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