Added a 3D Preview

This commit is contained in:
CNCKitchen
2026-03-19 21:00:33 +01:00
parent 43a09e8b14
commit 981a72af4d
6 changed files with 302 additions and 82 deletions
+8
View File
@@ -161,6 +161,14 @@
<span data-i18n="labels.symmetricDisplacement">Symmetric displacement ⓘ</span>
</label>
</div>
<div class="form-row">
<label class="checkbox-label" for="displacement-preview"
data-i18n-title="tooltips.displacementPreview"
title="Subdivides the mesh and displaces vertices in real-time so you can judge the actual depth. GPU-intensive on complex models.">
<input type="checkbox" id="displacement-preview" />
<span data-i18n="labels.displacementPreview">3D Preview ⓘ</span>
</label>
</div>
</section>
<!-- Transform -->