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