mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
feat: add cap angle control for cylindrical mapping and update UV calculations
This commit is contained in:
@@ -147,6 +147,11 @@
|
||||
<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>
|
||||
<div class="form-row slider-row" id="cap-angle-row" style="display:none">
|
||||
<label for="cap-angle" title="Angle (in degrees) from vertical at which the top/bottom cap projection kicks in. Smaller values limit cap projection to nearly flat faces.">Cap Angle ⓘ</label>
|
||||
<input type="range" id="cap-angle" min="1" max="89" step="1" value="20" />
|
||||
<input type="number" class="val" id="cap-angle-val" value="20" min="1" max="89" step="1" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Displacement -->
|
||||
|
||||
Reference in New Issue
Block a user