cgv
Loading...
Searching...
No Matches
fx::gltf::Asset Struct Reference
Inheritance diagram for fx::gltf::Asset:
fx::gltf::NeverEmpty

Public Attributes

std::string copyright {}
 
std::string generator {}
 
std::string minVersion {}
 
std::string version { "2.0" }
 
nlohmann::json extensionsAndExtras {}
 

Additional Inherited Members

- Public Member Functions inherited from fx::gltf::NeverEmpty
bool empty () const noexcept
 

Detailed Description

Definition at line 467 of file gltf.h.

Member Data Documentation

◆ copyright

std::string fx::gltf::Asset::copyright {}

Definition at line 469 of file gltf.h.

◆ extensionsAndExtras

nlohmann::json fx::gltf::Asset::extensionsAndExtras {}

Definition at line 474 of file gltf.h.

◆ generator

std::string fx::gltf::Asset::generator {}

Definition at line 470 of file gltf.h.

◆ minVersion

std::string fx::gltf::Asset::minVersion {}

Definition at line 471 of file gltf.h.

◆ version

std::string fx::gltf::Asset::version { "2.0" }

Definition at line 472 of file gltf.h.


The documentation for this struct was generated from the following file: