1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0"?>
- <!-- E2B Standby Compass -->
- <PropertyList>
- <path>e2b.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>Ring</object-name>
- <property>instrumentation/magnetic-compass/indicated-heading-deg</property>
- <center>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </center>
- <axis>
- <x>0</x>
- <y>0</y>
- <z>1</z>
- </axis>
- </animation>
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|