5#include <CesiumGltf/ExtensionNodeMaxarMeshVariantsMappingsValue.h>
6#include <CesiumGltf/Library.h>
7#include <CesiumUtility/ExtensibleObject.h>
20 static constexpr const char*
TypeName =
"ExtensionNodeMaxarMeshVariants";
28 std::vector<CesiumGltf::ExtensionNodeMaxarMeshVariantsMappingsValue>
mappings;
43 this->mappings.capacity());
46 accum += value.getSizeBytes() -
Classes for working with glTF models.
ExtensionNodeMaxarMeshVariants Mappings Value.
MAXAR_mesh_variants node extension.
std::vector< CesiumGltf::ExtensionNodeMaxarMeshVariantsMappingsValue > mappings
A list of mesh to variant mappings.
static constexpr const char * TypeName
The original name of this type.
static constexpr const char * ExtensionName
The official name of the extension. This should be the same as its key in the extensions object.
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 ...