5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 static constexpr const char* TypeName =
"AccessorSparseIndices";
28 static constexpr int32_t UNSIGNED_BYTE = 5121;
31 static constexpr int32_t UNSIGNED_SHORT = 5123;
34 static constexpr int32_t UNSIGNED_INT = 5125;
43 int32_t bufferView = -1;
48 int64_t byteOffset = 0;
56 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....
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...