5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
20 static constexpr const char* TypeName =
21 "ExtensionMeshPrimitiveExtStructuralMetadata";
24 static constexpr const char* ExtensionName =
"EXT_structural_metadata";
49 accum += int64_t(
sizeof(int32_t) * this->propertyTextures.capacity());
50 accum += int64_t(
sizeof(int32_t) * this->propertyAttributes.capacity());
Classes for working with glTF models.
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 ...