glTF-SDK icon indicating copy to clipboard operation
glTF-SDK copied to clipboard

Accessor::Sparse needs various improvements

Open agrittmsft opened this issue 6 years ago • 0 comments

  1. Accessor.sparse member should be a unique_ptr<Sparse> instead of just Sparse so that a null value can be represented properly
  2. Accessor::Sparse should inherit from glTFProperty
  3. 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.

agrittmsft avatar Nov 09 '18 21:11 agrittmsft