Fbx animation

I want to know how to play/transition among different states of animations of my fbx models using code?

Hi ,

  1. If you’re using " three js " there is the FBXLoader :
    Then you need to set up THREE.AnimationMixer , pass in the animation clips …
    Plus also handle the update each frame …

  2. 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