gltfpp icon indicating copy to clipboard operation
gltfpp copied to clipboard

User-defined Data Structures

Open mmha opened this issue 8 years ago • 0 comments

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.

mmha avatar Jun 02 '17 17:06 mmha