mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
feat: 3d mode - sun presets
This commit is contained in:
parent
585f3c34b1
commit
07d0729cfc
3 changed files with 106 additions and 0 deletions
11
index.html
11
index.html
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue