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