Searched refs:exportAnimation (Results 1 – 1 of 1) sorted by relevance
808 void CleanupAnimation(Animation& exportAnimation) in CleanupAnimation() argument811 …exportAnimation.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 …]