Converted 'Glare Angle' control to a slider.

This commit is contained in:
Nissim Hadar 2017-11-08 16:44:05 -08:00
parent 2920c6f9a9
commit 5c7ebc0af3

View file

@ -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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>