12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0"?>
- <!-- g-meter, by Dave Culp, edited for X-29A by Daniel Strawn -->
- <PropertyList>
- <path>gmeter.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>needle</object-name>
- <property>accelerations/pilot-g</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind>-4</ind><dep>-202.5</dep></entry>
- <entry><ind>-3</ind><dep>-180</dep></entry>
- <entry><ind>1</ind><dep>-90</dep></entry>
- <entry><ind>5</ind><dep>0</dep></entry>
- <entry><ind>8</ind><dep>67.5</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>50</max-m>
- </animation>
- </PropertyList>
|