Constructor Function.
39 {
41
43
44 for (int i = 0; i < data.size(); i++)
45 {
47 const Json& json = data[i];
48
52 item.nodeIndex = -1;
53 }
54 }
#define SPICES_PROFILE_ZONE
std::vector< Item > m_CamerasData
Data of Gltf Json Cameras.
static float GetElementFloat(const Json::object_t &root, const char *path, float pDefault)
Get float value in Json::object_t.
GltfObject(const Json &data)
Constructor Function.
nlohmann::json Json
using Json insteadd of nlohmann::json