Fix lights navegation and strobe

This commit is contained in:
¨GabrielVenezuela¨ 2017-04-10 18:54:35 -05:00
parent 61926f14ed
commit f9ed3733e7
3 changed files with 6 additions and 12 deletions

View file

@ -12,10 +12,10 @@
<object-name>Light</object-name>
<condition>
<greater-than>
<property>systems/electrical/outputs/nav-switch</property>
<property>controls/lighting/nav-lights-switch</property>
<value>0</value>
</greater-than>
</condition>
</condition>
</animation>
<!-- Billboard animation -->
@ -24,8 +24,5 @@
<type>billboard</type>
<object-name>Light</object-name>
</animation>
<effect>
<inherits-from>Effects/model-transparent</inherits-from>
<object-name>Light</object-name>
</effect>
</PropertyList>

View file

@ -12,7 +12,7 @@
<object-name>Light</object-name>
<condition>
<greater-than>
<property>systems/electrical/outputs/nav-switch</property>
<property>controls/lighting/nav-lights-switch</property>
<value>0</value>
</greater-than>
</condition>
@ -24,8 +24,5 @@
<type>billboard</type>
<object-name>Light</object-name>
</animation>
<effect>
<inherits-from>Effects/model-transparent</inherits-from>
<object-name>Light</object-name>
</effect>
</PropertyList>

View file

@ -11,7 +11,7 @@
<type>select</type>
<object-name>Light</object-name>
<condition>
<property>systems/electrical/outputs/strobe</property>
<property>sim/model/lights/strobe/state</property>
</condition>
</animation>