5 #include "CesiumGltf/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
17 static inline constexpr
const char* TypeName =
"Asset";
Classes for working with glTF models.
Metadata about the glTF asset.
std::optional< std::string > copyright
A copyright message suitable for display to credit the content creator.
std::optional< std::string > generator
Tool that generated this glTF model. Useful for debugging.
std::optional< std::string > minVersion
The minimum glTF version in the form of <major>.<minor> that this asset targets. This property MUST N...
std::string version
The glTF version in the form of <major>.<minor> that this asset targets.
The base class for objects that have extensions and extras.