Convert old FBX file?

I bought a model off of TurboSquid recently. Unfortunately it’s version 6000 which the FBXLoader.js included with ThreeJS can’t read. I tried disabling the version check in the source code but the parser blew up down the line so it really can’t handle this old FBX model.

Is there any way to convert older FBX files to be compatible with the ThreeJS FBX loader? If not, is there any other way to do this? I really like the animation model.

You could try to import the model in Blender and then export it to glTF.

1 Like

I tried the Autodesk FBX converter I found online, but it did not convert the file properly so I’ll give your suggestion a try, thanks.