Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1405 json::value jsonChannel = json::value::object {}; in ExportAnimations() local
1406 jsonChannel["sampler"] = FindObjectIndex(animation->samplers, *track.sampler); in ExportAnimations()
1413 jsonChannel["target"] = move(jsonTarget); in ExportAnimations()
1415 jsonChannels.array_.push_back(move(jsonChannel)); in ExportAnimations()

Completed in 5 milliseconds