Constructor Function.
44 {
46
48
49 for (int i = 0; i < data.size(); i++)
50 {
52 Json::object_t json = data[i];
53
59
62
63
64 }
65 }
#define SPICES_PROFILE_ZONE
static glm::vec4 GetElementVector(Json::object_t &root, const char *path, glm::vec4 pDefault)
Get vec4 value in Json::object_t.
static std::string GetElementString(const Json::object_t &root, const char *path, const std::string &pDefault)
Get string value in Json::object_t.
static float GetElementFloat(const Json::object_t &root, const char *path, float pDefault)
Get float value in Json::object_t.
std::vector< Item > m_LightsData
Data of Gltf Json Lights.
GltfObject(const Json &data)
Constructor Function.