5 #include "CesiumGltf/AccessorSparseIndices.h"
6 #include "CesiumGltf/AccessorSparseValues.h"
7 #include "CesiumGltf/Library.h"
9 #include <CesiumUtility/ExtensibleObject.h>
20 static inline constexpr
const char* TypeName =
"AccessorSparse";
25 int64_t count = int64_t();
Classes for working with glTF models.
An object pointing to a buffer view containing the indices of deviating accessor values....
An object pointing to a buffer view containing the deviating accessor values. The number of elements ...
Sparse storage of accessor values that deviate from their initialization value.
CesiumGltf::AccessorSparseIndices indices
An object pointing to a buffer view containing the indices of deviating accessor values....
CesiumGltf::AccessorSparseValues values
An object pointing to a buffer view containing the deviating accessor values.
The base class for objects that have extensions and extras.