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

Wrapper of Gltf Json Images. More...

#include <GltfImages.h>

Inheritance diagram for Spices::GltfImages:
Spices::GltfObject

Classes

struct  Item
 Images Item data. More...
 

Public Types

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

Public Member Functions

 GltfImages (const Json &data, const std::filesystem::path &path)
 Constructor Function.
 
virtual ~GltfImages () override=default
 Destructor Function.
 

Protected Attributes

Json m_Data
 Specific Json element.
 

Private Attributes

std::filesystem::path m_Path
 gltf file directory path.
 
std::vector< Itemm_ImagesData
 Data of Gltf Json Cameras.
 

Friends

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

Detailed Description

Wrapper of Gltf Json Images.

Definition at line 20 of file GltfImages.h.


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