We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b498ce + 9bff787 commit 97ccd0fCopy full SHA for 97ccd0f
src/point-cloud-octree-picker.ts
@@ -273,6 +273,7 @@ export class PointCloudOctreePicker {
273
pickMaterial.clipMode = ClipMode.DISABLED;
274
} else {
275
pickMaterial.clipMode = nodeMaterial.clipMode;
276
+ pickMaterial.clipExtent = nodeMaterial.clipExtent;
277
pickMaterial.setClipBoxes(
278
nodeMaterial.clipMode === ClipMode.CLIP_OUTSIDE ? nodeMaterial.clipBoxes : [],
279
);
0 commit comments