1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
-
- <path>landinglight.ac</path>
- <effect>
- <inherits-from>Aircraft/ec145/Models/Effects/reflect-uber</inherits-from>
- <object-name>pod</object-name>
- </effect>
- <!-- rotation animation -->
-
- <animation>
- <type>rotate</type>
- <object-name>arm</object-name>
- <object-name>glass</object-name>
- <object-name>leds</object-name>
- <object-name>housing</object-name>
- <object-name>reflector</object-name>
- <property>sim/model/bk117/landinglight/pos-norm</property>
- <factor>-80</factor>
- <axis>
- <object-name>axis</object-name>
- </axis>
- </animation>
- <animation>
- <type>material</type>
- <object-name>leds</object-name>
- <emission>
- <red>1.0</red>
- <green>1.0</green>
- <blue>1.0</blue>
- </emission>
- </animation>
- <!-- light on animation -->
- <animation>
- <type>material</type>
- <object-name>reflector</object-name>
-
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/outputs/light-ldg</property>
- <value>5.0</value>
- </greater-than>
- <property>lightpack/landing-lights-intensity</property>
- <not><property>sim/crashed</property></not>
- </and>
- </condition>
-
- <emission>
- <red>0.6</red>
- <green>0.6</green>
- <blue>0.6</blue>
- </emission>
- </animation>
- <!-- light off animation -->
- <animation>
- <type>select</type>
- <object-name>leds</object-name>
-
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/outputs/light-ldg</property>
- <value>5.0</value>
- </greater-than>
- <property>lightpack/landing-lights-intensity</property>
- <not><property>sim/crashed</property></not>
- </and>
- </condition>
-
- </animation>
- </PropertyList>
|