feat: 3d mode - sun presets

This commit is contained in:
Azgaar 2025-10-31 03:12:56 +01:00
parent 585f3c34b1
commit 07d0729cfc
3 changed files with 106 additions and 0 deletions

View file

@ -5964,6 +5964,17 @@
</select>
</div>
<div data-tip="Quick preset lighting for different times of day" style="margin-top: 0.4em">
<label>Time of day:</label>
<select id="options3dTimeOfDay" style="width: 10em; margin-bottom: 0.3em">
<option value="custom">Custom</option>
<option value="dawn">Dawn</option>
<option value="noon" selected>Noon</option>
<option value="evening">Evening</option>
<option value="night">Night</option>
</select>
</div>
<div data-tip="Set sun position (x, y) and color" style="margin-top: 0.4em">
<label>Sun position and color:</label>
<div style="display: flex; gap: 0.2em">