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

How to get the coordinates of the subset on the screen

Does `web-ifc-three` supports AMD using [requirejs](https://requirejs.org/) way of writing js? Do you have any example app in AMD?

I'm wondering what I'm missing in regards to `createSubset`, `removeSubset` and `removeFromSubset` and the intended use cases. Some more complex models I've tested contain tens of thousands of IDs in...

bounty
status: available

Since this commit 852970e1137c9b1bdf189b4fe7deaf785408d47f there is no way to use web-ifc-three with any version of threejs other then 0.135.0 because of exact version match requirement in peerDependencies part of package.json...

Hello, I have an issue with multiple IFC files. The problem is that the browser tab freezes. The performance monitor shows 100% of the CPU is used. The tab stops...

I can visualize it on other viewers, but file refuses to load on IFC.js [EarthWorks.zip](https://github.com/IFCjs/web-ifc-three/files/9040040/EarthWorks.zip) File comes from official bSI repository, so it must be legit (https://github.com/bSI-InfraRoom/IFC-infra-unit-test/tree/main/Earthworks-12d-2).

While reading the ifc three memory managment section ("https://ifcjs.github.io/info/docs/Guide/web-ifc-three/Tutorials/Memory"), I tried to implement the ifcLoader.ifcManager.dispose(); function, but it wasn't recongnized. However there is a disposeMemory() function. Could it be the...

in the latest version, also getSpatialStructure returns type: undefined its a regression, same as this: https://github.com/IFCjs/web-ifc-three/issues/68

Hello, I need to load multiple IFC files that are geolocated. Each of these IFC file represent parts of a same building. I cannot merge all these files into one...