Hello,
I’m trying to combine a position and a rotation animation; The issue is the position animation is not working:
https://www.babylonjs-playground.com/#9WUJN#364
Hi,
You have
BABYLON.Animation.ANIMATIONTYPE_VECTOR
instead of
BABYLON.Animation.ANIMATIONTYPE_VECTOR3
1 Like