gltfpp
gltfpp copied to clipboard
User-defined Data Structures
Currently, everything is deserialized into STL data structures. It is likely that users have their own data structures or even want to directly write to the GPU.
It should be possible to parameterize the gltfpp classes so users can specify their own data structures.