123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0"?>
- <!--
- Bendix/King KMA 24
- Gary "Buckaroo" Neely
- -->
- <PropertyList>
- <path>kma24.ac</path>
- <animation>
- <type>material</type>
- <object-name>Bezel</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>Knob</object-name>
- <property>/controls/switches/kma-24</property>
- <interpolation>
- <entry><ind>0</ind><dep> 0</dep></entry>
- <entry><ind>1</ind><dep> 20</dep></entry>
- <entry><ind>2</ind><dep> 50</dep></entry>
- <entry><ind>3</ind><dep> 90</dep></entry>
- <entry><ind>4</ind><dep>120</dep></entry>
- <entry><ind>5</ind><dep>140</dep></entry>
- </interpolation>
- <center>
- <x-m>0</x-m>
- <y-m>0.062</y-m>
- <z-m>0</z-m>
- </center>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>select</type>
- <object-name>BtnMkrAOn</object-name>
- <condition>
- <or>
- <property>/instrumentation/marker-beacon/inner</property>
- <property>/instrumentation/audio-panel/test</property>
- </or>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>BtnMkrA</object-name>
- <condition>
- <not><or>
- <property>/instrumentation/marker-beacon/inner</property>
- <property>/instrumentation/audio-panel/test</property>
- </or></not>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>BtnMkrOOn</object-name>
- <condition>
- <or>
- <property>/instrumentation/marker-beacon/outer</property>
- <property>/instrumentation/audio-panel/test</property>
- </or>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>BtnMkrO</object-name>
- <condition>
- <not><or>
- <property>/instrumentation/marker-beacon/outer</property>
- <property>/instrumentation/audio-panel/test</property>
- </or></not>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>BtnMkrMOn</object-name>
- <condition>
- <or>
- <property>/instrumentation/marker-beacon/middle</property>
- <property>/instrumentation/audio-panel/test</property>
- </or>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>BtnMkrM</object-name>
- <condition>
- <not><or>
- <property>/instrumentation/marker-beacon/middle</property>
- <property>/instrumentation/audio-panel/test</property>
- </or></not>
- </condition>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>BtnMkr</object-name>
- <property>/instrumentation/marker-beacon/serviceable</property>
- <interpolation>
- <entry><ind>0</ind><dep> 0</dep></entry>
- <entry><ind>1</ind><dep>0.002</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|