Merge branch 'master' of gitorious.org:fg/fgdata
[fg:toms-fgdata.git] / Aircraft / tu154b / Instruments-3d / ite / ite_1.xml
1 <?xml version="1.0"?>
2 <!--
3     #############################################################################
4     #    (C) 2007 by Yurik V. Nikiforoff - port for FGFS,  FDM,                 #
5     #   2d & 3d instruments, animations, systems and over.                      #
6     #           yurik@megasignal.com                                            #
7     #############################################################################         
8     -->
9
10 <!-- Turbine turn indicator ITE
11 3D instrument for Tu-154 -->
12 <PropertyList>
13  <path>ite.ac</path>
14 <!-- Internal instruments lighting -->
15 <animation>
16   <type>material</type>
17   <object-name>base</object-name>
18   <object-name>needle</object-name>
19   <emission>
20     <red-prop>tu154/light/instruments/int-red</red-prop>
21     <green-prop>tu154/light/instruments/int-green</green-prop>
22     <blue-prop>tu154/light/instruments/int-blue</blue-prop>
23   </emission>
24 </animation>
25
26   
27 <!--Needles-->
28 <animation>
29     <type>rotate</type>
30     <object-name>needle</object-name>
31     <property>engines/engine[0]/n2</property>
32     <interpolation>
33       <entry><ind>      0.0</ind>       <dep>   51.0</dep></entry>
34       <entry><ind>      60.0</ind>      <dep>   236.0</dep></entry>
35       <entry><ind>      100.0</ind>     <dep>   360.0</dep></entry>
36       <entry><ind>      110.0</ind>     <dep>   392.0</dep></entry>
37     </interpolation>
38     <axis>
39       <x>-1.0</x>
40       <y>0.0</y>
41       <z>0.0</z>
42     </axis>
43 </animation>
44
45
46 </PropertyList>