Typescript: FBXLoader not a constructor problem

thx for your answer.

tried alot now… and got it to run a bit … there is another module named fbx-loader which i can use to load the fbx but the animation doesn’t work (fbx is the samba fbx from the examples)…meh… i guess it’s because an old fbx loader…
so better to use the fbx-loader which is included in the current three version.

it seems it is because i’m working with modules and typescript (or so). i found an url with an msg about that on the threejs site.
https://threejs.org/docs/#manual/introduction/Import-via-modules
it says at the end:

Caveats

Currently it’s not possible to import the files within the “examples/js” directory in this way. This is due to some of the files relying on global namespace pollution of THREE. For more information see Transform examples/js to support modules #9562.

let’s see maybe it’s not to heavy to convert it…
anyway thx for reading :wink: