Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1408 json::value jsonTarget = json::value::object {}; in ExportAnimations() local
1410 jsonTarget["node"] = nodeIndex; in ExportAnimations()
1412 jsonTarget["path"] = GetAnimationPath(track.channel.path); in ExportAnimations()
1413 jsonChannel["target"] = move(jsonTarget); in ExportAnimations()
1829 json::value jsonTarget = json::value::object {}; in ExportMeshPrimitive() local
1832 jsonTarget[type] = FindObjectIndex(accessors, *attribute.accessor); in ExportMeshPrimitive()
1834 jsonTargets.array_.push_back(move(jsonTarget)); in ExportMeshPrimitive()

Completed in 6 milliseconds