mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
feat: add seam band width control and integrate with displacement logic for improved blending
This commit is contained in:
+6
-1
@@ -130,11 +130,16 @@
|
||||
<option value="2" data-i18n-opt="projection.planarYZ">Planar YZ</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-row slider-row">
|
||||
<div class="form-row slider-row" style="display:none">
|
||||
<label for="seam-blend" data-i18n="labels.seamBlend" data-i18n-title="tooltips.seamBlend" title="Softens the hard seam where projection faces meet. Effective for Cubic and Cylindrical modes.">Seam Blend ⓘ</label>
|
||||
<input type="range" id="seam-blend" min="0" max="1" step="0.01" value="1" />
|
||||
<input type="number" class="val" id="seam-blend-val" value="1" min="0" max="1" step="0.01" />
|
||||
</div>
|
||||
<div class="form-row slider-row">
|
||||
<label for="seam-band-width" title="Width of the blending zone near seam edges. Lower values keep transitions tight to the seam; higher values blend a wider band.">Smoothing ⓘ</label>
|
||||
<input type="range" id="seam-band-width" min="0" max="1" step="0.01" value="0.5" />
|
||||
<input type="number" class="val" id="seam-band-width-val" value="0.5" min="0" max="1" step="0.01" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Displacement -->
|
||||
|
||||
Reference in New Issue
Block a user