问题描述
根据 https://github.com/wallabyway/OTG-client-sample,已经发布了一种用于伪造查看器的新OTG格式,与传统的SVF格式相比,它似乎在性能上有了微不足道的改进.
According to https://github.com/wallabyway/OTG-client-sample, a new OTG format for the forge viewer has been released and it looks like it has siginificant improvement in performance as opposed to the traditional SVF format.
当前,我们正在使用模型派生API将RVT/NWD文件转换为SVF,并使用提取器从以下链接将其下载到本地计算机中: https://github.com/cyrillef/extract.autodesk.io
Currently,we are using model derivative API to translate RVT/NWD files to SVF and download it to our local machine using the extractor from the following link:https://github.com/cyrillef/extract.autodesk.io
问题是我如何将模型转换为OTG格式并在本地加载?
The question is that how do I to translate the model into OTG format and load it locally?
提前谢谢!
推荐答案
截至目前(2019年8月底),只能通过一系列非官方API调用的手动后处理步骤来获取OTG文件格式.但是,我们计划将OTG输出作为标准模型导数转换的一部分.请继续关注博客和 @ AutodeskForge 进行更新!
As of now (end of August 2019), the OTG file format can only be obtained via a manual post-processing step through a series of unofficial API calls. However, we're planning on including the OTG output as part of the standard Model Derivative translation. Stay tuned to the blog and @AutodeskForge for updates!
这篇关于以OTG格式提取模型并将其下载到本地计算机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!