Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wireframe view from the clipped zone #236

Open
MiguelG97 opened this issue Aug 16, 2023 · 1 comment
Open

Wireframe view from the clipped zone #236

MiguelG97 opened this issue Aug 16, 2023 · 1 comment

Comments

@MiguelG97
Copy link

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?

image

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

@agviegas
Copy link
Collaborator

agviegas commented Sep 4, 2023

Hi @MiguelG97

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.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants