Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp808 void CleanupAnimation(Animation& exportAnimation) in CleanupAnimation() argument
811exportAnimation.tracks.erase(std::find_if(exportAnimation.tracks.begin(), exportAnimation.tracks.e… 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()
849 exportAnimation->name = nameHandle->name; in ExportGltfAnimations()
861 exportAnimation->samplers.resize(samplerIndex + 1); in ExportGltfAnimations()
868 exportAnimation->samplers[samplerIndex].get() }); in ExportGltfAnimations()
873 CleanupAnimation(*exportAnimation); in ExportGltfAnimations()
[all …]