mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix: 3d view - don't allow download obj for globe
This commit is contained in:
parent
60758a1532
commit
75ae52e953
3 changed files with 9 additions and 8 deletions
10
index.html
10
index.html
|
|
@ -5575,19 +5575,19 @@
|
|||
<div data-tip="Set map rotation speed. Set to 0 is you want to toggle off the rotation">
|
||||
<div>Rotation:</div>
|
||||
<input id="options3dMeshRotationRange" type="range" min="0" max="10" step=".1" />
|
||||
<input id="options3dMeshRotationNumber" type="number" min="0" max="10" step=".1" style="width: 3em" />
|
||||
<input id="options3dMeshRotationNumber" type="number" min="0" max="10" step=".1" style="width: 4em" />
|
||||
</div>
|
||||
|
||||
<div data-tip="Set height scale">
|
||||
<div>Height scale:</div>
|
||||
<input id="options3dScaleRange" type="range" min="0" max="100" />
|
||||
<input id="options3dScaleNumber" type="number" min="0" max="1000" style="width: 3em" />
|
||||
<input id="options3dScaleNumber" type="number" min="0" max="1000" style="width: 4em" />
|
||||
</div>
|
||||
|
||||
<div data-tip="Set scene lightness">
|
||||
<div>Lightness:</div>
|
||||
<input id="options3dLightnessRange" type="range" min="0" max="100" />
|
||||
<input id="options3dLightnessNumber" type="number" min="0" max="500" style="width: 3em" />
|
||||
<input id="options3dLightnessNumber" type="number" min="0" max="500" style="width: 4em" />
|
||||
</div>
|
||||
|
||||
<div data-tip="Set sun position (x, y, z) to define shadows">
|
||||
|
|
@ -5627,7 +5627,7 @@
|
|||
<div data-tip="Set globe rotation speed. Set to 0 is you want to toggle off the rotation">
|
||||
<div>Rotation:</div>
|
||||
<input id="options3dGlobeRotationRange" type="range" min="0" max="10" step=".1" />
|
||||
<input id="options3dGlobeRotationNumber" type="number" min="0" max="10" step=".1" style="width: 3em" />
|
||||
<input id="options3dGlobeRotationNumber" type="number" min="0" max="10" step=".1" style="width: 4em" />
|
||||
</div>
|
||||
|
||||
<div data-tip="Set globe texture resolution">
|
||||
|
|
@ -7822,7 +7822,7 @@
|
|||
<script src="modules/ui/stylePresets.js"></script>
|
||||
|
||||
<script src="modules/ui/general.js?v=1.87.00"></script>
|
||||
<script src="modules/ui/options.js?v=1.87.09"></script>
|
||||
<script src="modules/ui/options.js?v=1.87.11"></script>
|
||||
<script src="main.js"></script>
|
||||
|
||||
<script defer src="modules/relief-icons.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue