mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:28:46 +02:00
Converted 'Glare Angle' control to a slider.
This commit is contained in:
parent
2920c6f9a9
commit
5c7ebc0af3
1 changed files with 10 additions and 4 deletions
|
@ -587,8 +587,11 @@
|
||||||
<div class="tuple">
|
<div class="tuple">
|
||||||
<div>
|
<div>
|
||||||
<br>
|
<br>
|
||||||
<span style="padding-right: 1em"><label>Background Blend</label></span>
|
<table>
|
||||||
<input type="range" class="slider" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01" value="0.0">
|
<td><label>Background Blend 0.0</label></td>
|
||||||
|
<td><input type="range" class="slider" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01" value="0.0"></td>
|
||||||
|
<td><label>1.0</label></td>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@ -612,8 +615,11 @@
|
||||||
<div class="tuple">
|
<div class="tuple">
|
||||||
<div>
|
<div>
|
||||||
<br>
|
<br>
|
||||||
<label>Glare Angle<span class="unit">deg</span></label>
|
<table>
|
||||||
<input type="number" id="property-zone-haze-blend-angle" min="0" max="180" step="1">
|
<td><label>Glare Angle 0</label></td>
|
||||||
|
<td><input type="range" class="slider" id="property-zone-haze-blend-angle" min="0" max="180" step="1"></td>
|
||||||
|
<td><label>180</label>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue