web-ifc-three icon indicating copy to clipboard operation
web-ifc-three copied to clipboard

The official IFC Loader for Three.js.

Results 59 web-ifc-three issues
Sort by recently updated
recently updated
newest added

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: ![Captura de tela 2023-04-28 085749](https://user-images.githubusercontent.com/127117445/235141895-6be792bd-d059-4d7d-8650-4f71ddb03e54.png)

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, ![image](https://user-images.githubusercontent.com/57690334/233498158-3fd97f14-0bdd-4fbe-94ab-8fb37a8be480.png)

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...