5 #include "CesiumGltf/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
19 static inline constexpr
const char* TypeName =
"AccessorSparseIndices";
25 static constexpr int32_t UNSIGNED_BYTE = 5121;
27 static constexpr int32_t UNSIGNED_SHORT = 5123;
29 static constexpr int32_t UNSIGNED_INT = 5125;
38 int32_t bufferView = -1;
43 int64_t byteOffset = 0;
51 int32_t componentType = ComponentType::UNSIGNED_BYTE;
Classes for working with glTF models.
Known values for The indices data type.
An object pointing to a buffer view containing the indices of deviating accessor values....
The base class for objects that have extensions and extras.