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 tried to `yarn build` `npm run build` and got some errors cause I was using node v17.5.0 I tried with lts/gallium and everything went well. I could open a...

spatial structure failed to generate as shown in the attached image. https://photos.app.goo.gl/so4mRnKGY5pMge748 Here is the file that was used for this error. https://drive.google.com/file/d/1UFl0hz8nkoh_-oDxJ_xZxa6fc24mm3KB/view?usp=sharing The IFC loads mostly successfully missing a...

I'm representing multiple objects in the same ifc loader in React. As I have the models in different urls the code for loading them is something like this: ```js ifcModels=[]...

Hello! There is an exception that happens when loading an ifc file (the one attached): ![image](https://user-images.githubusercontent.com/79970639/157862235-17af6ee0-ccc1-4390-a022-bbcae12d7c5b.png) [ifc2.zip](https://github.com/IFCjs/web-ifc-three/files/8231614/ifc2.zip) Thank you!

bounty
status: available

I've noticed that when using methods such as `IfcManager.getPropertySets(modelID, expressID, true)`, the returned value is serialized and thus the instances of `IfcPropertySet`, `IfcPropertySingleValue` and so on ... are lost. It...

bounty
status: available

Hi, Could it be made clear somewhere how to reuse IFC models so that `createSubset` works? Here's my code where I've been trying to get this going https://github.com/mysterybear/reuse-ifc-subsets-issue I don't...

I have a fairly large model (cca. 15MB), that is loaded in a few seconds, but calling `model.ifcManager.getPropertySets(...)` is very slow (100-150ms) for each IFC element. Other getters, like `getItemProperties`...

bounty
status: available

Can threejs render additional elements on top of an existing IFC model without knowing the xyz coordinates? I can use xyz render it now, but server don't know target element's...

Sample IFC: https://github.com/mrdoob/three.js/blob/dev/examples/models/ifc/rac_advanced_sample_project.ifc Loading with default settings: ![model_default](https://user-images.githubusercontent.com/1414366/187755169-bcd3685f-991b-443a-93e1-b65fd771b68e.PNG) With "use fragments" turned on: ![model_with_fragments](https://user-images.githubusercontent.com/1414366/187755194-f2f3be81-0227-4c6d-8bce-55cae52e44c6.PNG) You'll notice that most of the materials are rendering wrongly, but i think the material.side is...

bounty
status: available

I'm going through the Hello World tutorial and I've literally just copied and pasted all the sample code. I'm just trying to get something up and running, but I'm getting...

bounty
status: done