Home
last modified time | relevance | path

Searched refs:exportAnimation (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_exporter.cpp820 void CleanupAnimation(Animation& exportAnimation) in CleanupAnimation() argument
823exportAnimation.tracks.erase(std::find_if(exportAnimation.tracks.begin(), exportAnimation.tracks.e… in CleanupAnimation()
828 exportAnimation.tracks.end()); in CleanupAnimation()
831 exportAnimation.samplers.erase( in CleanupAnimation()
832 std::find_if(exportAnimation.samplers.begin(), exportAnimation.samplers.end(), in CleanupAnimation()
834 exportAnimation.samplers.end()); in CleanupAnimation()
859 auto& exportAnimation = animationArray.emplace_back(make_unique<Animation>()); in ExportGltfAnimations() local
861 exportAnimation->name = nameHandle->name; in ExportGltfAnimations()
872 if ((samplerIndex + 1) >= exportAnimation->samplers.size()) { in ExportGltfAnimations()
873 exportAnimation->samplers.resize(samplerIndex + 1); in ExportGltfAnimations()
[all …]