I created a model with animation in Blender and save it out as a glb. It imports into Babylon just fine. The animation plays as expected. The problem is the Speed Ratio. I can’t set the speed ratio as a parameter of the animation.start function.
sambaAnim.start(true, 0.5, sambaAnim.from, sambaAnim.to, false);
I used the Babylon Playground from Diving Deeper>Animation>Animating Characters as a template. The only change is my model located on github and the scaling has been commented out. Otherwise, it is the same.
What is strange is that I can control the Speed Ratio with code on the Babylon one, but not with my model. I can change the Speed Ratio using the Inspector for either. What am I missing here?
Thank you for your insights.