Working clipping functionality
This commit is contained in:
parent
13be63c40a
commit
20d99b5815
4 changed files with 313 additions and 50 deletions
|
@ -54,7 +54,7 @@ async function buildMesh(layerData: MappedFeature, clippingPlanes: Plane[]) {
|
|||
side: DoubleSide,
|
||||
wireframe: false,
|
||||
clippingPlanes: clippingPlanes,
|
||||
clipIntersection: true,
|
||||
clipIntersection: false,
|
||||
});
|
||||
|
||||
// material.onBeforeCompile = (materialShader) => {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue