5#include <CesiumGltf/ExtensionModelMaxarMeshVariantsValue.h>
6#include <CesiumGltf/Library.h>
7#include <CesiumUtility/ExtensibleObject.h>
21 static constexpr const char* TypeName =
"ExtensionModelMaxarMeshVariants";
24 static constexpr const char* ExtensionName =
"MAXAR_mesh_variants";
31 int32_t defaultProperty = -1;
36 std::vector<CesiumGltf::ExtensionModelMaxarMeshVariantsValue>
variants;
51 this->variants.capacity());
55 value.getSizeBytes() -
Classes for working with glTF models.
An object defining a valid mesh variant.
glTF extension that defines mesh variants for nodes
std::vector< CesiumGltf::ExtensionModelMaxarMeshVariantsValue > variants
variants
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 ...