I am trying to load ‘.ifc’ model in the three.js but model is not loading. When I am checking the error on console and network then I noticed that ‘web-ifc-mt.worker.js’ is not loading in the network. and also getting warning on console.
Status 404 always refers to a file being missing, or not present at the given URL. Your program was able to communicate with the server, but the server returned “code 404”.
To be precise: you didn’t even get as far as “loading” the model, because the URL you gave the program didn’t point to a file containing your model.
In there is the source file that you can’t seem to load.. perhaps you can copy it out of the build.zip into your project tree at the root, so the library can find it.