Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Formats for Saving Vector-based 3D Graphics

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?

like image 941
slashmais Avatar asked Oct 09 '08 15:10

slashmais


2 Answers

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.

like image 79
SmacL Avatar answered Sep 19 '22 02:09

SmacL


Scalable Vector Graphics (SVG)

like image 36
Brian Ensink Avatar answered Sep 21 '22 02:09

Brian Ensink