5 #include "CesiumGltf/Library.h"
6 #include "CesiumGltf/PropertyAttribute.h"
7 #include "CesiumGltf/PropertyTable.h"
8 #include "CesiumGltf/PropertyTexture.h"
9 #include "CesiumGltf/Schema.h"
11 #include <CesiumUtility/ExtensibleObject.h>
24 static inline constexpr
const char* TypeName =
25 "ExtensionModelExtStructuralMetadata";
26 static inline constexpr
const char* ExtensionName =
"EXT_structural_metadata";
31 std::optional<CesiumGltf::Schema>
schema;
Classes for working with glTF models.
The base class for objects that have extensions and extras.