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