glTF-SDK
glTF-SDK copied to clipboard
Accessor::Sparse needs various improvements
- Accessor.sparse member should be a unique_ptr<Sparse> instead of just Sparse so that a null value can be represented properly
- Accessor::Sparse should inherit from glTFProperty
- Accessor::Sparse.indices and Accessor::Sparse.values should inherit from glTFProperty
Currently any extensions or extras stored on these nodes will be lost upon import.