I want to know how to play/transition among different states of animations of my fbx models using code?
Hi ,
-
If you’re using " three js " there is the
FBXLoader:
Then you need to set upTHREE.AnimationMixer, pass in the animation clips …
Plus also handle the update each frame … -
For " aframe " you will need the " extras " package :
[ aframe-extras/src/loaders/README.md at master · c-frame/aframe-extras · GitHub ]
Hope that helps ,
— Chuan
1 Like