1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>gear-caution.ac</path>
- <animation>
- <type>noshadow</type>
- <object-name>caution</object-name>
- </animation>
- <animation>
- <type>select</type>
- <object-name>caution</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>24</value>
- </greater-than>
- <property>/sim/model/lights/sbc1/state</property>
- <equals>
- <property>controls/gear/gear-down</property>
- <value>0</value>
- </equals>
- <less-than>
- <property>position/gear-agl-ft</property>
- <value>1300</value>
- </less-than>
- <greater-than>
- <property>/surface-positions/flap-pos-norm</property>
- <value>0.1</value>
- </greater-than>
- <property>/surface-positions/flap-pos-norm</property>
- </and>
- </condition>
- </animation>
- <animation>
- <type>material</type>
- <object-name>caution</object-name>
- <emission>
- <red> 0.5 </red>
- <green> 0.5 </green>
- <blue> 0.5 </blue>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>case</object-name>
- <emission>
- <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
- <red> 0.5 </red>
- <green> 0.2 </green>
- <blue> 0.2 </blue>
- </emission>
- </animation>
- </PropertyList>
|