diff --git a/libs/gfx/include/psemek/gfx/gltf_animation.hpp b/libs/gfx/include/psemek/gfx/gltf_animation.hpp index 711c9e93..7f061eb8 100644 --- a/libs/gfx/include/psemek/gfx/gltf_animation.hpp +++ b/libs/gfx/include/psemek/gfx/gltf_animation.hpp @@ -190,6 +190,10 @@ namespace psemek::gfx gltf_rotation_animation const & rotation() const { return rotation_; } gltf_translation_animation const & translation() const { return translation_; } + gltf_scale_animation & scale() { return scale_; } + gltf_rotation_animation & rotation() { return rotation_; } + gltf_translation_animation & translation() { return translation_; } + private: gltf_scale_animation scale_; gltf_rotation_animation rotation_;