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.
package/dist/three-cad-viewer.js
CHANGED
|
@@ -55691,6 +55691,8 @@ void main() {
|
|
|
55691
55691
|
const objectGroup = object.object.parent;
|
|
55692
55692
|
if (objectGroup == null) continue;
|
|
55693
55693
|
|
|
55694
|
+
if (!objectGroup.shapeInfo) continue; // clipping plane
|
|
55695
|
+
|
|
55694
55696
|
const topo = objectGroup.shapeInfo.topo;
|
|
55695
55697
|
let geom;
|
|
55696
55698
|
if (topo !== "vertex")
|
|
@@ -62868,7 +62870,7 @@ void main() {
|
|
|
62868
62870
|
}
|
|
62869
62871
|
}
|
|
62870
62872
|
|
|
62871
|
-
const version = "2.2.
|
|
62873
|
+
const version = "2.2.4";
|
|
62872
62874
|
|
|
62873
62875
|
class Viewer {
|
|
62874
62876
|
/**
|