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