1
0
Fork 0

Fix ALS gamma sliders for IR and night vision

This commit is contained in:
Chris Ringeval 2022-02-09 21:04:47 +01:00 committed by Stuart Buchanan
parent ac21791b1e
commit fe6c709214

View file

@ -296,6 +296,16 @@
<col>0</col>
<halign>right</halign>
<name>gamma-default</name>
<visible>
<and>
<not>
<property>/sim/rendering/als-filters/use-night-vision</property>
</not>
<not>
<property>/sim/rendering/als-filters/use-IR-vision</property>
</not>
</and>
</visible>
<enable>
<and>
<property>/sim/rendering/shaders/skydome</property>
@ -319,6 +329,9 @@
<col>0</col>
<halign>right</halign>
<name>gamma-night</name>
<visible>
<property>/sim/rendering/als-filters/use-night-vision</property>
</visible>
<enable>
<and>
<property>/sim/rendering/shaders/skydome</property>
@ -342,6 +355,9 @@
<col>0</col>
<halign>right</halign>
<name>gamma-IR</name>
<visible>
<property>/sim/rendering/als-filters/use-IR-vision</property>
</visible>
<enable>
<and>
<property>/sim/rendering/shaders/skydome</property>