Assimp  v4.1. (December 2018)
glTF2::AssetMetadata Struct Reference

Public Member Functions

 AssetMetadata ()
 
void Read (Document &doc)
 

Public Attributes

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...
 

Constructor & Destructor Documentation

◆ AssetMetadata()

glTF2::AssetMetadata::AssetMetadata ( )
inline

Member Function Documentation

◆ Read()

void glTF2::AssetMetadata::Read ( Document doc)
inline

Member Data Documentation

◆ 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.

◆ 

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: