12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0"?>
- <!-- Dual Needle Radio Magnetic Indicator -->
- <PropertyList>
- <path>rmi.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>outer_face</object-name>
- <property>orientation/heading-magnetic-deg</property>
- <interpolation>
- <entry><ind>0</ind><dep>0</dep></entry>
- <entry><ind>90</ind><dep>90</dep></entry>
- <entry><ind>180</ind><dep>180</dep></entry>
- <entry><ind>270</ind><dep>270</dep></entry>
- <entry><ind>360</ind><dep>360</dep></entry>
- </interpolation>
- <axis>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>adfNeedle</object-name>
- <property>instrumentation/tacan/indicated-bearing-true-deg</property>
- <interpolation>
- <entry><ind>0</ind><dep>0</dep></entry>
- <entry><ind>360</ind><dep>360</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>vorNeedle</object-name>
- <property>instrumentation/nav[0]/indicated-bearing-deg</property>
- <interpolation>
- <entry><ind>0</ind><dep>0</dep></entry>
- <entry><ind>360</ind><dep>360</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|