Home
last modified time | relevance | path

Searched refs:jsonSamplers (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1390 json::value jsonSamplers = json::value::array {}; in ExportAnimations() local
1398 jsonSamplers.array_.push_back(move(jsonSampler)); in ExportAnimations()
1400 jsonAnimation["samplers"] = move(jsonSamplers); in ExportAnimations()
1950 json::value jsonSamplers = json::value::array {}; in ExportSamplers() local
1970 jsonSamplers.array_.push_back(move(jsonSampler)); in ExportSamplers()
1972 return jsonSamplers; in ExportSamplers()

Completed in 5 milliseconds