web-ifc-three
web-ifc-three copied to clipboard
The official IFC Loader for Three.js.
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):  [ifc2.zip](https://github.com/IFCjs/web-ifc-three/files/8231614/ifc2.zip) Thank you!
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...
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`...
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:  With "use fragments" turned on:  You'll notice that most of the materials are rendering wrongly, but i think the material.side is...
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...