parser/gltf/sparse_accessor_values library
Classes
- SparseAccessorValues
-
An object pointing to a buffer view containing the deviating accessor
values.
The number of elements is equal to
accessor.sparse.count
times number of components. The elements have the same component type as the base accessor. The elements are tightly packed. Data MUST be aligned following the same rules as the base accessor.