1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>canopy-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>
- <greater-than>
- <property>/instrumentation/doors/crew/position-norm</property>
- <value> 0.01 </value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>material</type>
- <object-name>caution</object-name>
- <emission>
- <red> 1 </red>
- <green> 1 </green>
- <blue> 1 </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>
|