123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>gear.ac</path>
- <animation>
- <object-name>fond</object-name>
- <object-name>back</object-name>
- <object-name>face</object-name>
- <object-name>disk-S-UL</object-name>
- <object-name>disk-F-UL</object-name>
- <object-name>disk-P-UL</object-name>
- <object-name>disk-P-R</object-name>
- <object-name>disk-S-G</object-name>
- <object-name>disk-F-R</object-name>
- <object-name>disk-F-G</object-name>
- <object-name>disk-P-G</object-name>
- <object-name>disk-S-R</object-name>
- <object-name>disk-B-O</object-name>
- <object-name>disk-B-O</object-name>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>noshadow</type>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>disk-S-UL</object-name>
- <object-name>disk-F-UL</object-name>
- <object-name>disk-P-UL</object-name>
- <object-name>disk-B-O</object-name>
- <object-name>disk-B-O</object-name>
- <emission>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- <red> 0.50 </red>
- <green> 0.25 </green>
- <blue> 0.25 </blue>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>disk-S-G</object-name>
- <object-name>disk-F-G</object-name>
- <object-name>disk-P-G</object-name>
- <emission>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- <red> 0.35 </red>
- <green> 0.95 </green>
- <blue> 0.35 </blue>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>disk-P-R</object-name>
- <object-name>disk-F-R</object-name>
- <object-name>disk-S-R</object-name>
- <emission>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- <red> 0.95 </red>
- <green> 0.35 </green>
- <blue> 0.35 </blue>
- </emission>
- </animation>
- <!-- **************** lamps **************** -->
- <!-- Port locked down -->
- <animation>
- <type>select</type>
- <object-name>disk-P-R</object-name>
- <condition>
- <equals>
- <property>gear/gear[1]/position-norm</property>
- <value>0</value>
- </equals>
- </condition>
- </animation>
-
- <!-- Stbd locked down -->
- <animation>
- <type>select</type>
- <object-name>disk-S-R</object-name>
- <condition>
- <equals>
- <property>gear/gear[2]/position-norm</property>
- <value>0</value>
- </equals>
- </condition>
- </animation>
- <!-- Nose locked down -->
- <animation>
- <type>select</type>
- <object-name>disk-F-R</object-name>
- <condition>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value>0</value>
- </equals>
- </condition>
- </animation>
- <!-- Port locked up -->
- <animation>
- <type>select</type>
- <object-name>disk-P-G</object-name>
- <condition>
- <equals>
- <property>gear/gear[1]/position-norm</property>
- <value>1</value>
- </equals>
- </condition>
- </animation>
-
- <!-- Stbd locked up -->
- <animation>
- <type>select</type>
- <object-name>disk-S-G</object-name>
- <condition>
- <equals>
- <property>gear/gear[2]/position-norm</property>
- <value>1</value>
- </equals>
- </condition>
- </animation>
- <!-- Nose locked up -->
- <animation>
- <type>select</type>
- <object-name>disk-F-G</object-name>
- <condition>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value>1</value>
- </equals>
- </condition>
- </animation>
-
- <!-- Port unlocked -->
- <animation>
- <type>select</type>
- <object-name>disk-P-UL</object-name>
- <condition>
- <and>
- <less-than>
- <property>gear/gear[1]/position-norm</property>
- <value>1</value>
- </less-than>
- <greater-than>
- <property>gear/gear[1]/position-norm</property>
- <value>0</value>
- </greater-than>
- </and>
- </condition>
- </animation>
-
- <!-- Stbd unlocked -->
- <animation>
- <type>select</type>
- <object-name>disk-S-UL</object-name>
- <condition>
- <and>
- <less-than>
- <property>gear/gear[2]/position-norm</property>
- <value>1</value>
- </less-than>
- <greater-than>
- <property>gear/gear[2]/position-norm</property>
- <value>0</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <!-- Nose unlocked -->
- <animation>
- <type>select</type>
- <object-name>disk-F-UL</object-name>
- <condition>
- <and>
- <less-than>
- <property>gear/gear[0]/position-norm</property>
- <value>1</value>
- </less-than>
- <greater-than>
- <property>gear/gear[0]/position-norm</property>
- <value>0</value>
- </greater-than>
- </and>
- </condition>
- </animation>
-
- <!-- Brakes On -->
- <animation>
- <type>select</type>
- <object-name>disk-B-O</object-name>
- <condition>
- <or>
- <equals>
- <property>controls/gear/brake-parking</property>
- <value>1</value>
- </equals>
- <equals>
- <property>controls/gear/brake-left</property>
- <value>1</value>
- </equals>
- <equals>
- <property>controls/gear/brake-right</property>
- <value>1</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
-
- </PropertyList>
|