1
0
Fork 0
fgdata/Aircraft/Instruments-3d/tach/tach.xml
david 1f580c8abc Start on some basic 3D panel instruments. For now, just reuse
textures that are already sitting around for the 2D panel.

Many of the instruments are not yet functional.
2004-02-15 01:03:07 +00:00

31 lines
841 B
XML

<?xml version="1.0"?>
<PropertyList>
<path>tach.ac</path>
<animation>
<type>rotate</type>
<object-name>Needle</object-name>
<property>/engines/engine[0]/rpm</property>
<interpolation>
<entry><ind> 0.0</ind><dep>-128.6 </dep></entry>
<entry><ind> 0.1</ind><dep>-123.85</dep></entry>
<entry><ind> 500.0</ind><dep> -92.85</dep></entry>
<entry><ind> 1000.0</ind><dep> -57.1 </dep></entry>
<entry><ind> 1500.0</ind><dep> -21.1 </dep></entry>
<entry><ind> 2000.0</ind><dep> 15.4 </dep></entry>
<entry><ind> 2500.0</ind><dep> 51.4 </dep></entry>
<entry><ind> 3000.0</ind><dep> 87.4 </dep></entry>
<entry><ind> 3500.0</ind><dep> 123.4 </dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>