mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Clean up of unrequired code.
This commit is contained in:
parent
a4dd8490eb
commit
d56fc46366
4 changed files with 0 additions and 18 deletions
10
index.html
10
index.html
|
|
@ -5648,11 +5648,6 @@
|
|||
<input id="options3dLightnessNumber" type="number" min="0" max="500" style="width: 4em" />
|
||||
</div>
|
||||
|
||||
<!-- <div data-tip="Set map skin resolution scale">
|
||||
<div>Skin resolution scale:</div>
|
||||
<input id="options3dResolutionScaleRange" type="range" min="0" max="100" />
|
||||
<input id="options3dResolutionScaleNumber" type="number" min="0" max="1000" style="width: 4em" />
|
||||
</div> -->
|
||||
<div data-tip="Set mesh texture resolution">
|
||||
<div>Texture resolution:</div>
|
||||
<select id="options3dMeshSkinResolution" style="width: 10em">
|
||||
|
|
@ -5690,11 +5685,6 @@
|
|||
<label for="options3dSubdivide" class="checkbox-label"><i>Subdivide Model.</i></label>
|
||||
</div>
|
||||
|
||||
<!-- <div data-tip="Toggle wireframe mode, generally used for debugging." style="margin: 0.6em 0 0.3em -0.2em">
|
||||
<input id="options3dMeshWireframeMode" class="checkbox" type="checkbox" />
|
||||
<label for="options3dMeshWireframeMode" class="checkbox-label"><i>Show mesh material as wireframe</i></label>
|
||||
</div> -->
|
||||
|
||||
<div data-tip="Set Sun Color" id="options3dSunColorSection">
|
||||
<span>Sun Color:</span
|
||||
><input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue