feat: increase triangle safety cap to 20M and enhance progress reporting during subdivision

This commit is contained in:
CNCKitchen
2026-04-02 15:14:53 +02:00
parent 6ad91f9707
commit ccf77c988a
4 changed files with 28 additions and 7 deletions
+2 -2
View File
@@ -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">