Wrapper of Gltf Json Materials. More...
#include <GltfMaterials.h>
Classes | |
| struct | Item |
| Materials Item data. More... | |
Public Types | |
| using | Json = nlohmann::json |
| using Json insteadd of nlohmann::json | |
Public Member Functions | |
| GltfMaterials (const Json &data) | |
| Constructor Function. | |
| virtual | ~GltfMaterials () override=default |
| Destructor Function. | |
Protected Attributes | |
| Json | m_Data |
| Specific Json element. | |
Private Attributes | |
| std::vector< Item > | m_MaterialsData |
| Data of Gltf Json Materials. | |
Friends | |
| class | GltfLoader |
| Allow GltfLoader and GltfCollection access all data this class. | |
| class | GltfCollection |
Wrapper of Gltf Json Materials.
Definition at line 18 of file GltfMaterials.h.