three-cad-viewer 2.2.3 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55685,6 +55685,8 @@ class Raycaster {
55685
55685
  const objectGroup = object.object.parent;
55686
55686
  if (objectGroup == null) continue;
55687
55687
 
55688
+ if (!objectGroup.shapeInfo) continue; // clipping plane
55689
+
55688
55690
  const topo = objectGroup.shapeInfo.topo;
55689
55691
  let geom;
55690
55692
  if (topo !== "vertex")
@@ -62862,7 +62864,7 @@ class Camera {
62862
62864
  }
62863
62865
  }
62864
62866
 
62865
- const version = "2.2.3";
62867
+ const version = "2.2.4";
62866
62868
 
62867
62869
  class Viewer {
62868
62870
  /**