mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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>
|
||||
<br>
|
||||
<span style="padding-right: 1em"><label>Background Blend</label></span>
|
||||
<input type="range" class="slider" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01" value="0.0">
|
||||
<table>
|
||||
<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>
|
||||
</fieldset>
|
||||
|
@ -612,8 +615,11 @@
|
|||
<div class="tuple">
|
||||
<div>
|
||||
<br>
|
||||
<label>Glare Angle<span class="unit">deg</span></label>
|
||||
<input type="number" id="property-zone-haze-blend-angle" min="0" max="180" step="1">
|
||||
<table>
|
||||
<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>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in a new issue