12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0"?>
- <!-- Mach -->
- <PropertyList>
- <path>seavixen_mach.ac</path>
- <!-- Mach -->
- <animation>
- <type>rotate</type>
- <object-name>mach-Needle1</object-name>
- <property>velocities/mach</property>
- <interpolation>
- <entry>
- <ind>0</ind>
- <dep>0</dep>
- </entry>
- <entry>
- <ind>0.7</ind>
- <dep>30</dep>
- </entry>
- <entry>
- <ind>0.8</ind>
- <dep>80</dep>
- </entry>
- <entry>
- <ind>0.9</ind>
- <dep>130</dep>
- </entry>
- <entry>
- <ind>1.0</ind>
- <dep>180</dep>
- </entry>
- <entry>
- <ind>1.1</ind>
- <dep>230</dep>
- </entry>
- <entry>
- <ind>1.2</ind>
- <dep>280</dep>
- </entry>
- <entry>
- <ind>1.3</ind>
- <dep>330</dep>
- </entry>
- </interpolation>
- <center>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </center>
- <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>
|