|
std::string | copyright |
| A copyright message suitable for display to credit the content creator. More...
|
|
std::string | generator |
| Tool that generated this glTF model.Useful for debugging. More...
|
|
struct { |
std::string api |
| Specifies the target rendering API (default: "WebGL") More...
|
|
std::string version |
| Specifies the target rendering API (default: "1.0.3") More...
|
|
} | profile |
| Specifies the target rendering API and version, e.g., WebGL 1.0.3. (default: {}) More...
|
|
◆ AssetMetadata()
glTF2::AssetMetadata::AssetMetadata |
( |
| ) |
|
|
inline |
◆ Read()
void glTF2::AssetMetadata::Read |
( |
Document & |
doc | ) |
|
|
inline |
◆ api
std::string glTF2::AssetMetadata::api |
Specifies the target rendering API (default: "WebGL")
◆ copyright
std::string glTF2::AssetMetadata::copyright |
A copyright message suitable for display to credit the content creator.
◆ generator
std::string glTF2::AssetMetadata::generator |
Tool that generated this glTF model.Useful for debugging.
◆ profile
struct { ... } glTF2::AssetMetadata::profile |
Specifies the target rendering API and version, e.g., WebGL 1.0.3. (default: {})
◆ version
std::string glTF2::AssetMetadata::version |
Specifies the target rendering API (default: "1.0.3")
The glTF format version.
The documentation for this struct was generated from the following files: