.osgt specification #1434
-
Where can I find full specification of .osgt format with all existing nodes, options, etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
OSG specific questions are best answered on the OSG forum so I've answered there: openscenegraph/OpenSceneGraph#1364 As a general note, both the OSG's .osgt/.osgb and the VSG's .vsgt/.vsgb file formats are native scene graph file formats that are not intended for data exchange with other software. The file formats are meant to support the scene graphs specific datatype with low overhead and without need for conversions/abstractions. There is no standardization process or published specs like you'd get with a formally standardized format like GLTF. Standardized formats have quite a different role to a native file format. |
Beta Was this translation helpful? Give feedback.
OSG specific questions are best answered on the OSG forum so I've answered there:
openscenegraph/OpenSceneGraph#1364
As a general note, both the OSG's .osgt/.osgb and the VSG's .vsgt/.vsgb file formats are native scene graph file formats that are not intended for data exchange with other software. The file formats are meant to support the scene graphs specific datatype with low overhead and without need for conversions/abstractions.
There is no standardization process or published specs like you'd get with a formally standardized format like GLTF. Standardized formats have quite a different role to a native file format.