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

Wrapper of Gltf Json Nodes. More...

#include <GltfNodes.h>

Inheritance diagram for Spices::GltfNodes:
Spices::GltfObject

Classes

struct  Item
 Nodes Item data. More...
 

Public Types

using Json = nlohmann::json
 using Json insteadd of nlohmann::json
 

Public Member Functions

 GltfNodes (const Json &data)
 Constructor Function.
 
virtual ~GltfNodes () override=default
 Destructor Function.
 

Protected Attributes

Json m_Data
 Specific Json element.
 

Private Attributes

std::vector< Itemm_NodesData
 Data of Gltf Json Nodes.
 

Friends

class GltfLoader
 Allow GltfLoader and GltfCollection access all data this class.
 
class GltfCollection
 

Detailed Description

Wrapper of Gltf Json Nodes.

Definition at line 18 of file GltfNodes.h.


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