Formats for Saving Vector-based 3D Graphics

*爱你&永不变心* 提交于 2019-12-07 04:14:52

问题


I have written a vector-based 3D editor (UI customized somewhat like technical drawings). I now want save the vectors/drawing data in portable formats. Which formats are available; which (one?) of them are the most widely accepted, and where can I get hold of the format specifications?


回答1:


Commercially, many users will look for AutoCAD DWG and Bentley DGN formats. While not free, libraries for producing these formats can be found from the open design alliance

The GIS community use shape files quite a bit for vectorised 3d models, a free SDK for shape files can be found here. The OSG library is also free and supports a number of vector graphics formats.




回答2:


Scalable Vector Graphics (SVG)




回答3:


DXF: http://en.wikipedia.org/wiki/AutoCAD_DXF



来源:https://stackoverflow.com/questions/187921/formats-for-saving-vector-based-3d-graphics

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