Time of AnimationActions set to NaN, animation not playing.

It’s very easy to convert the loader to a module, you just need to put

import * as THREE from 'three';

Then change the THREE.FBXLoader = ... to

export default function FBXLoader ( ...

Plus a few other minor changes. Unfortunately this does need to be done manually for now though.

2 Likes