xBimTeam / XbimWebUI

Web components for xBIM Toolkit
http://xbimteam.github.io/XbimWebUI/
Other
203 stars 121 forks source link

Can ClippingPlane's incision be solid? #474

Open AHSss opened 1 month ago

AHSss commented 1 month ago

Expected behavior:

When I used the InteractiveClippingPlane,I want to achieve the following effect. image it's incision is solid.

Actual behavior or exception details:

But InteractiveClippingPlane's defualt incision effect is open. Can InteractiveClippingPlane's incision be solid?

Version of the xBIM Viewer:

2.1.0-pre202409212148

Minimal code (or steps) to reproduce the issue:

    const clipplan = new InteractiveClippingPlane();
    viewer.addPlugin(clipplan);
    plan.value.stopped = false

Minimal file to reproduce the issue:

(IFC files need to be zipped to be uploaded. Than just drag & drop here) @martin1cerny @andyward