Searched refs:GetAnimationInterpolation (Results 1 – 4 of 4) sorted by relevance
38 bool GetAnimationInterpolation(BASE_NS::string_view interpolation, AnimationInterpolation& out); in CORE3D_BEGIN_NAMESPACE()53 BASE_NS::string_view GetAnimationInterpolation(AnimationInterpolation interpolation); in CORE3D_BEGIN_NAMESPACE()
407 bool GetAnimationInterpolation(string_view interpolation, AnimationInterpolation& out) in GetAnimationInterpolation() function607 string_view GetAnimationInterpolation(AnimationInterpolation interpolation) in GetAnimationInterpolation() function
173 GLTF2::AnimationInterpolation GetAnimationInterpolation(AnimationTrackComponent::Interpolation inte… in GetAnimationInterpolation() function801 exportSampler->interpolation = GetAnimationInterpolation(trackComponent.interpolationMode); in CreateAnimationSampler()1395 … jsonSampler["interpolation"] = GetAnimationInterpolation(sampler->interpolation); in ExportAnimations()
2447 GetAnimationInterpolation(interpolation, sampler->interpolation); in PrimitiveAttributes()