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

Wrapper of Gltf Json Lights. More...

#include <GltfLights.h>

Inheritance diagram for Spices::GltfLights:
Spices::GltfObject

Classes

struct  Item
 Lights Item data. More...
 

Public Types

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

Public Member Functions

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

Protected Attributes

Json m_Data
 Specific Json element.
 

Private Attributes

std::vector< Itemm_LightsData
 Data of Gltf Json Lights.
 

Friends

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

Detailed Description

Wrapper of Gltf Json Lights.

Definition at line 17 of file GltfLights.h.


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