I don't know how to load the fbx file I have

Hi I am trying to play my fbx file by looking at the three.js document.
I wrote it exactly like the example of the fbx loader, but my canvas is empty. You have changed the path of the modules to import and the path of the fbx file, but it remains the same. It’s a very basic question, but I want to solve it.

In situations like that, it’s best to open the browser’s developer tools and check the browser console for errors and warnings.

1 Like

Thanks to you, I checked it out and added some modules, and the error was reduced. but

Uncaught SyntaxError: The requested module

‘./jsm/libs/inflate.module.min.js’ does not provide an export named ‘Zlib’

There’s an error window like that. How should we handle this situation?