- Surface Exclusions
+ Surface Exclusions
+
+
+
+
+
+
+
+
@@ -219,7 +229,7 @@
0 faces excluded
- Excluded surfaces appear orange and will not receive displacement during export.
+ Excluded surfaces appear orange and will not receive displacement during export.
diff --git a/js/exclusion.js b/js/exclusion.js
index 0ebda4b..bcadcb1 100644
--- a/js/exclusion.js
+++ b/js/exclusion.js
@@ -136,23 +136,40 @@ export function bucketFill(seedTriIdx, adjacency, thresholdDeg) {
// ── Overlay geometry ──────────────────────────────────────────────────────────
/**
- * Build a compact non-indexed BufferGeometry containing only the excluded
- * triangles' positions. Used to drive the orange overlay mesh in the viewer.
+ * Build a compact non-indexed BufferGeometry for an overlay.
*
* @param {THREE.BufferGeometry} geometry – non-indexed source geometry
- * @param {Set