Is there a specification available for the Autodesk SVF format?

陌路散爱 提交于 2021-01-29 13:20:23

问题


I'm building a cross platform 3D viewing application in C#/C++ and would like to add support for Autodesk SVF files.

I looked at Autodesk Forge but it has limited support for exporting to open formats such as OBJ, and Autodesk SVF does not appear to be the same format as the similarly named Simple Vector Format (http://www.svf.org/) as was stated here: https://forge.autodesk.com/blog/updated-little-more-detail-behind-autodesk-forge-apis-0

Is there a schema or specification available somewhere that details the structure of Autodesk's SVF format?


回答1:


The short answer: no there isn't as it's a proprietary format (that has been breached in some country already and legal actions were needed to resolve the issue...)

The long answer and please view this as my personal rambling w/o any real authority or credibility:

I'd recommend to stay tuned to the official Forge website and see if they'd choke up more info on SVF(aka the Streaming Viewing Format) for public knowledge.



来源:https://stackoverflow.com/questions/57889136/is-there-a-specification-available-for-the-autodesk-svf-format

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!