mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
feat: increase triangle safety cap to 20M and enhance progress reporting during subdivision
This commit is contained in:
+2
-2
@@ -328,11 +328,11 @@
|
||||
</div>
|
||||
<div class="form-row slider-row">
|
||||
<label for="max-triangles" data-i18n="labels.outputTriangles" data-i18n-title="tooltips.outputTriangles" title="Mesh is fully subdivided first, then decimated down to this count">Output Triangles</label>
|
||||
<input type="range" id="max-triangles" min="10000" max="10000000" step="10000" value="1000000" />
|
||||
<input type="range" id="max-triangles" min="10000" max="20000000" step="10000" value="1000000" />
|
||||
<span class="val" id="max-triangles-val">1.0 M</span>
|
||||
</div>
|
||||
<div id="tri-limit-warning" class="tri-limit-warning hidden" data-i18n="warnings.safetyCapHit">
|
||||
⚠ 10M-triangle safety cap hit during subdivision — result may still be coarser than requested edge length.
|
||||
⚠ 20M-triangle safety cap hit during subdivision — result may still be coarser than requested edge length.
|
||||
</div>
|
||||
|
||||
<div id="export-progress" class="export-progress hidden">
|
||||
|
||||
Reference in New Issue
Block a user