123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>radarknob.ac</path>
-
- <animation>
- <type>material</type>
- <object-name>base</object-name>
-
- <object-name>range-knob</object-name>
- <emission>
- <red> 0.5 </red>
- <green> 0.2 </green>
- <blue> 0.2 </blue>
- <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
- </emission>
- </animation>
- <!-- radar range adj -->
- <animation>
- <type>pick</type>
- <object-name>10</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>0</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.0102</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>20</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>1</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.0051</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>40</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>2</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.00255</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>60</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>3</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.001275</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>range-knob</object-name>
- <property>instrumentation/radar/range-control</property>
- <factor> 30 </factor>
- <axis>
- <x>1.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </axis>
- <center>
- <x-m>0.004</x-m>
- <y-m>0.035</y-m>
- <z-m>-0.045</z-m>
- </center>
- </animation>
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|