5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
23 static constexpr const char*
TypeName =
"AccessorSparseValues";
Classes for working with glTF models.
An object pointing to a buffer view containing the deviating accessor values. The number of elements ...
int32_t bufferView
The index of the bufferView with sparse values. The referenced buffer view MUST NOT have its target o...
static constexpr const char * TypeName
The original name of this type.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
int64_t byteOffset
The offset relative to the start of the bufferView in bytes.
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 ...