<?xml version="1.0"?>

<!--
vsi.xml

Vertical Velocity Indicator from C172-S

Martin Dressler dr@musicabona.cz
Jan 30 2003


-->

<PropertyList>

 <name>C172-S Vertical Velocity Indicator</name>
 <w-base>512</w-base>
 <h-base>512</h-base>
 
 <layers>
 
  <layer>
   <name>Backplate</name>
   <w>512</w>
   <h>512</h>
   <texture>
    <path>Aircraft/Instruments/Textures/vsi1.rgb</path>
    <x1>0.0</x1>
    <x2>1.0</x2>
    <y1>0.0</y1>
    <y2>1.0</y2>
   </texture>
  </layer>

  <layer>
   <name>Needle</name>
   <w>240</w>
   <h>48</h>
   <texture>
    <path>Aircraft/Instruments/Textures/misc2.rgb</path>
    <x1>0.0</x1>
    <x2>0.46875</x2>
    <y1>0.5546875</y1>
    <y2>0.6484375</y2>
   </texture>
   <transformations>
    <transformation>
     <type>rotation</type>
     <property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
     <min>-2000.0</min>
     <max>2000.0</max>
     <scale>1.0</scale>
     <offset>0</offset>
     <interpolation>
      <entry><ind>  -2000.0</ind><dep>-173.5</dep></entry>
      <entry><ind>  -1500.0</ind><dep>-131.5</dep></entry>
      <entry><ind>  -1000.0</ind><dep> -81.5</dep></entry>
      <entry><ind>   -500.0</ind><dep> -35.3</dep></entry>
      <entry><ind>      0.0</ind><dep>   0.0</dep></entry>
      <entry><ind>    500.0</ind><dep>  35.7</dep></entry>
      <entry><ind>   1000.0</ind><dep>  81.5</dep></entry>
      <entry><ind>   1500.0</ind><dep> 131.0</dep></entry>
      <entry><ind>   2000.0</ind><dep> 172.9</dep></entry>
     </interpolation>     
    </transformation>
    <transformation>
     <type>x-shift</type>
     <offset>-56</offset>
    </transformation>
   </transformations>
  </layer>

 </layers>

</PropertyList>