5 #include "CesiumGltf/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
10 #include <unordered_map>
18 static inline constexpr
const char* TypeName =
19 "ExtensionExtMeshGpuInstancing";
20 static inline constexpr
const char* ExtensionName =
"EXT_mesh_gpu_instancing";
Classes for working with glTF models.
glTF extension defines instance attributes for a node with a mesh.
std::unordered_map< std::string, int32_t > attributes
A dictionary object, where each key corresponds to instance attribute and each value is the index of ...
The base class for objects that have extensions and extras.