web-ifc-viewer
web-ifc-viewer copied to clipboard
Graphics engine and toolkit for client applications.
Hi Folks, I'm implementing a rough three js clipping plane since I faced up some issues with the ifc clipping comands. My question is, is there any setup that is...
Hello, I'm currently using the web-ifc-viewer library and I've encountered a specific issue pertaining to the rendering of certain transparent items. Specifically, elements like windows, which should be transparent, aren't...
Hello, I'm doing the course exercise on floor-plans generation and it's not working properly. What happens is that whatever plant you choose it always shows the same image. I have...
Hello everyone! Can anyone please help me with web-ifc-viewer using react + typescript + webpack5? Could you please advise on how to solve this? ` ERROR in ./node_modules/web-ifc-viewer/dist/ifc-viewer-api.js 1:0-151 Module...
Hi folks, this is the error I get when generating the planViews(): set maxim size exceeded  I'm using the block of code used in the course for floorplan generation...
Clipping the model and then using viewer.filler.create to 'fill' the clipped objects results in a rather ugly visualization (see image). Is there something I'm doing wrong?  ``` IfcJsViewer.viewer.clipper.createPlane(); let...
Code: https://github.com/IFCjs/examples/tree/main/simple-vue IFC file: https://github.com/IFCjs/test-ifc-files/blob/main/Revit/TESTED_Simple_project_01.ifc I tested getItemProperties in simple-vue  when "web-ifc-three": "0.0.80", I can see the values of RefLatitude/RefLongitude.  However, when "web-ifc-three": "^0.0.125",...
Trying to load larger files (more than 268mb) causes error: `UnknownError: IDBObjectStore.put: The serialized value is too large (size=374079546 bytes, max=267386880 bytes).` Is there some default for firefox capping it...
Can anyone give me example enable , disable zoom rotation and pan in IFCViewer
Is it possible to change the mouse assignments in the viewer? Currently I can rotate with left click and move with right click. I would like to do that the...