Skip to content

.osgt specification #1364

Answered by robertosfield
avilkinnick asked this question in Q&A
Discussion options

You must be logged in to vote

There isn't a human readable specification for the .osgt and .osgb, the C++ serializers provide the definitive guide to what each version can read/write. The .osgt and .osgb formats are intended for native reading/writing of scene graphs rather as an interchange format like gltf etc.

The public interface for the serializer is:

https://github.com/openscenegraph/OpenSceneGraph/blob/master/include/osgDB/Serializer

The serializer implementations can be found in the source tree:

https://github.com/openscenegraph/OpenSceneGraph/tree/master/src/osgWrappers/serializers

What should be possible to to load the serailizers and they query them to get the supported classes and the members/types that ea…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robertosfield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants