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

Function roundToPrecision

js/main.js:2708–2712  ·  view source on GitHub ↗
(value, precision)

Source from the content-addressed store, hash-verified

2706 const activeGeo = usePrecision
2707 ? precisionGeometry
2708 : (settings.useDisplacement && dispPreviewGeometry)
2709 ? dispPreviewGeometry : currentGeometry;
2710 updateFaceMask(activeGeo);
2711}
2712
2713function updateBrushCursor(e) {
2714 if (!brushIsRadius || !currentGeometry) {
2715 brushCursorEl.style.display = 'none';

Callers 1

addFineWheelSupportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected