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

Wrapper of Gltf Json Samplers. More...

#include <GltfSamplers.h>

Inheritance diagram for Spices::GltfSamplers:
Spices::GltfObject

Classes

struct  Item
 Samplers Item data. More...
 

Public Types

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

Public Member Functions

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

Protected Attributes

Json m_Data
 Specific Json element.
 

Private Attributes

std::vector< Itemm_SamplersData
 Data of Gltf Json Samplers.
 

Friends

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

Detailed Description

Wrapper of Gltf Json Samplers.

Definition at line 16 of file GltfSamplers.h.


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