Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h38 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()
H A Dgltf2_util.cpp407 bool GetAnimationInterpolation(string_view interpolation, AnimationInterpolation& out) in GetAnimationInterpolation() function
607 string_view GetAnimationInterpolation(AnimationInterpolation interpolation) in GetAnimationInterpolation() function
H A Dgltf2_exporter.cpp173 GLTF2::AnimationInterpolation GetAnimationInterpolation(AnimationTrackComponent::Interpolation inte… in GetAnimationInterpolation() function
801 exportSampler->interpolation = GetAnimationInterpolation(trackComponent.interpolationMode); in CreateAnimationSampler()
1395 … jsonSampler["interpolation"] = GetAnimationInterpolation(sampler->interpolation); in ExportAnimations()
H A Dgltf2_loader.cpp2447 GetAnimationInterpolation(interpolation, sampler->interpolation); in PrimitiveAttributes()