MCPcopy Create free account
hub / github.com/CNCKitchen/stlTexturizer / thirdVertex

Function thirdVertex

js/regularize.js:236–241  ·  view source on GitHub ↗
(t, u, v)

Source from the content-addressed store, hash-verified

234 if (opts.preserveExcluded) {
235 const ew = geometry.attributes.excludeWeight;
236 if (ew) {
237 for (let t = 0; t < triCount; t++) {
238 if (ew.getX(t * 3) > 0.99) {
239 frozenVert[corners[t * 3]] = 1;
240 frozenVert[corners[t * 3 + 1]] = 1;
241 frozenVert[corners[t * 3 + 2]] = 1;
242 }
243 }
244 }

Callers 1

tryCollapseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected