123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <?xml version="1.0"?>
- <!--
- ADF indicator loosely based on the Bendix/King KI-227
- Gary "Buckaroo" Neely
- -->
- <PropertyList>
- <path>adf.ac</path>
- <animation>
- <type>material</type>
- <object-name>CompassPoints</object-name>
- <object-name>Needle</object-name>
- <object-name>CompassRose</object-name>
- <emission>
- <red>0.8</red>
- <green>0.4</green>
- <blue>0.2</blue>
- <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>KnobHdg</object-name>
- <emission>
- <red>0.2</red>
- <green>0.1</green>
- <blue>0.05</blue>
- <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>CompassRose</object-name>
- <property>/instrumentation/adf/rotation-deg</property>
- <factor>-1</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Needle</object-name>
- <property>/instrumentation/adf/indicated-bearing-deg</property>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>KnobHdg</object-name>
- <property>/instrumentation/adf/rotation-deg</property>
- <factor>2</factor>
- <center>
- <x-m>0</x-m>
- <y-m>-0.031</y-m>
- <z-m>-0.031</z-m>
- </center>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>KnobHdg</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <binding>
- <command>property-adjust</command>
- <property>/instrumentation/adf/rotation-deg</property>
- <step>1</step>
- <min>0</min>
- <max>360</max>
- <wrap>true</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>KnobHdg</object-name>
- <action>
- <button>1</button>
- <repeatable>true</repeatable>
- <binding>
- <command>property-adjust</command>
- <property>/instrumentation/adf/rotation-deg</property>
- <step>-1</step>
- <min>0</min>
- <max>360</max>
- <wrap>true</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>KnobHdg</object-name>
- <action>
- <button>3</button>
- <repeatable>true</repeatable>
- <binding>
- <command>property-adjust</command>
- <property>/instrumentation/adf/rotation-deg</property>
- <step>1</step>
- <min>0</min>
- <max>360</max>
- <wrap>true</wrap>
- </binding>
- </action>
- <action>
- <button>4</button>
- <repeatable>true</repeatable>
- <binding>
- <command>property-adjust</command>
- <property>/instrumentation/adf/rotation-deg</property>
- <step>-1</step>
- <min>0</min>
- <max>360</max>
- <wrap>true</wrap>
- </binding>
- </action>
- </animation>
- </PropertyList>
|