123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0"?>
- <!-- angle-of-attack indexer lights, by Dave Culp -->
- <PropertyList>
- <path>indexer.ac</path>
- <!--
- <animation>
- <type>material</type>
- <object-name>light-slow</object-name>
- <object-name>light-fast</object-name>
- <object-name>light-on-speed</object-name>
- <emission>
- <red>0.6</red>
- <green>0.3</green>
- <blue>0.3</blue>
- <factor-prop>controls/lighting/instruments-norm</factor-prop>
- </emission>
- </animation>
- -->
- <animation>
- <type>select</type>
- <object-name>light-slow</object-name>
- <condition>
- <and>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value>1</value>
- </equals>
- <greater-than>
- <property>fdm/jsbsim/aero/alpha-deg</property>
- <value>8</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>light-fast</object-name>
- <condition>
- <and>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value>1</value>
- </equals>
- <less-than>
- <property>fdm/jsbsim/aero/alpha-deg</property>
- <value>6</value>
- </less-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>light-on-speed</object-name>
- <condition>
- <and>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value>1</value>
- </equals>
- <greater-than>
- <property>fdm/jsbsim/aero/alpha-deg</property>
- <value>6</value>
- </greater-than>
- <less-than>
- <property>fdm/jsbsim/aero/alpha-deg</property>
- <value>8</value>
- </less-than>
- </and>
- </condition>
- </animation>
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|