web-ifc-three
web-ifc-three copied to clipboard
The official IFC Loader for Three.js.
I have problem setting up the IFCWorker from `0.0.117` in Next.js environment. I tried the following ``` await manager.useWebWorkers(true, "IFCWorker.js"); // the IFCWorker.js is located in the same directory as...
If i have a next.js app i install web-ifc-three, the following screen will appear: 
In the building model, I want to make the switch feature for the only wall objects. But I am not sure how can make that feature. Please help me.
We're using `web-ifc-three` in the [Giro3D library](http://giro3d.org), and while upgrading Three.js to r152.1, `web-ifc-three` refuses to install because ``` Could not resolve dependency: npm ERR! peer three@"^0.149.0" from [email protected] ```...
Hello, Im trying to get IFCTypeName, but it unknown when I use WebWorker But without WebWorker it work
main landing page , get started redirection issue, getting undefined, 
Hello! Does anyone else have this issue? When I move the camera, textures of the model start to flick. This happens with a lot of models. And when I test...
Hi, I am getting this error using web-ifc-three (0.0.125) and three.js (0.149.0) in a typescript project with webpack: RuntimeError: abort(LinkError: WebAssembly.instantiate(): Import #0 module="a" function="a" error: function import requires a...
Currently it is not possible to write (even unchanged lines) back to the model, this is due to a typo in the `IFCWorker.js:87227` as you can clearly see there is...
Hi I get an issue after loaded xxx.wasm file, i just try to use the demo in my application(in react/iframe environment, it is not iframe container issue), if anyone know...