Home
last modified time | relevance | path

Searched refs:AnimationPath (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp422 bool GetAnimationPath(string_view path, AnimationPath& out) in GetAnimationPath()
427 out = AnimationPath::TRANSLATION; in GetAnimationPath()
429 out = AnimationPath::ROTATION; in GetAnimationPath()
431 out = AnimationPath::SCALE; in GetAnimationPath()
433 out = AnimationPath::WEIGHTS; in GetAnimationPath()
435 out = AnimationPath::VISIBLE; in GetAnimationPath()
437 out = AnimationPath::OPACITY; in GetAnimationPath()
623 string_view GetAnimationPath(AnimationPath path) in GetAnimationPath()
628 case AnimationPath::INVALID: in GetAnimationPath()
631 case AnimationPath in GetAnimationPath()
[all...]
H A Dgltf2_util.h39 bool GetAnimationPath(BASE_NS::string_view path, AnimationPath& out);
54 BASE_NS::string_view GetAnimationPath(AnimationPath path);
H A Dgltf2_data_structures.h156 enum class AnimationPath : int { class in GLTF2::AttributeType::RenderMode::FilterMode::WrapMode
737 AnimationPath path;
H A Dgltf2_importer.cpp1405 GLTF2::Accessor& outputAccessor, GLTF2::AnimationPath path, AnimationOutputComponent& outputComponent) in BuildAnimationOutput()
1410 case GLTF2::AnimationPath::TRANSLATION: in BuildAnimationOutput()
1414 case GLTF2::AnimationPath::ROTATION: in BuildAnimationOutput()
1418 case GLTF2::AnimationPath::SCALE: in BuildAnimationOutput()
1422 case GLTF2::AnimationPath::WEIGHTS: in BuildAnimationOutput()
1427 case GLTF2::AnimationPath::VISIBLE: in BuildAnimationOutput()
1431 case GLTF2::AnimationPath::OPACITY: in BuildAnimationOutput()
1435 case GLTF2::AnimationPath::INVALID: in BuildAnimationOutput()
2519 static void SelectComponentProperty(AnimationPath pathType, AnimationTrackComponent& trackComponent)
2522 case GLTF2::AnimationPath
[all...]
H A Dgltf2_exporter.cpp155 GLTF2::AnimationPath GetAnimationPath(const AnimationTrackComponent& track) in GetAnimationPath()
159 return GLTF2::AnimationPath::TRANSLATION; in GetAnimationPath()
161 return GLTF2::AnimationPath::ROTATION; in GetAnimationPath()
163 return GLTF2::AnimationPath::SCALE; in GetAnimationPath()
167 return GLTF2::AnimationPath::WEIGHTS; in GetAnimationPath()
170 return GLTF2::AnimationPath::INVALID; in GetAnimationPath()
758 AnimationPath type, BufferHelper& bufferHelper) in AnimationOutput()
767 case AnimationPath::TRANSLATION: in AnimationOutput()
768 case AnimationPath::SCALE: { in AnimationOutput()
772 case AnimationPath in AnimationOutput()
[all...]

Completed in 19 milliseconds