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/
H A Dgltf2_exporter.cpp808 void CleanupAnimation(Animation& exportAnimation) in CleanupAnimation() argument
811 exportAnimation.tracks.erase(std::find_if(exportAnimation.tracks.begin(), exportAnimation.tracks.end(), in CleanupAnimation()
816 exportAnimation.tracks.end()); in CleanupAnimation()
819 exportAnimation.samplers.erase( in CleanupAnimation()
820 std::find_if(exportAnimation.samplers.begin(), exportAnimation.samplers.end(), in CleanupAnimation()
822 exportAnimation.samplers.end()); in CleanupAnimation()
847 auto& exportAnimation in ExportGltfAnimations() local
[all...]

Completed in 4 milliseconds