5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 "ExtensionMeshPrimitiveExtStructuralMetadata";
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 ...