SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::GltfScene Class Reference

Wrapper of Gltf Json Scene. More...

#include <GltfScene.h>

Inheritance diagram for Spices::GltfScene:
Spices::GltfObject

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
 

Detailed Description

Wrapper of Gltf Json Scene.

Definition at line 16 of file GltfScene.h.


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