Hello everyone after a long break :")
I have a gltf output crafted with 3D max. There are 2 animations in this model. I need to direct these animations.
Question: How can I access and control an animation in a Gltf file?
Is there a way like getAnimationName?
Hey and welcome back!
gltf animations are loaded inside animationGroups: https://www.babylonjs-playground.com/#3D23K4#4
1 Like
Yessss you are like an angel
This is the perfect solution. Well, I have one more question. I have 2 animations in this animation group. How do I control them?
I tried targetedAnimations but it didn’t work
you mean controlling them individually?