You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 causing the clipped portion to be displayed in a wireframe mode?
this is part of the core implementation:
webglRenderer.localClippingEnabled = true;
for (let material of model.material) {
material.clippingPlanes = clipPlanes;
material.clipShadows = true;
}
Best regards,
Miguel g
The text was updated successfully, but these errors were encountered:
We are going to officially release the new library components on September 20. This library will substitute web-ifc-three and web-ifc-viewer. Both WIV and WIT will remain up, but they will be deprecated and won't be maintained any longer.
All our efforts are going towards components now. The API is very similar, so I strongly suggest you make the leap and start using it. You can start using it now (check out the latest alpha version in npm or see the big-restructure branch in the repo. If you still face this issue with it, you can open an issue there and we'll take a look.
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 causing the clipped portion to be displayed in a wireframe mode?
this is part of the core implementation:
Best regards,
Miguel g
The text was updated successfully, but these errors were encountered: