Merge branch 'master' of gitorious.org:fg/fgdata
[fg:toms-fgdata.git] / Aircraft / tu154b / Instruments-3d / ip21 / ip21_3.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 <!-- Throttle lever indicator IP21-08
11 3D instrument for Tu-154 -->
12 <PropertyList>
13  <path>ip21.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 <!--External panel lighting-->
26 <animation>
27   <type>material</type>
28   <object-name>cover</object-name>
29   <emission>
30     <red-prop>tu154/light/panel/ext-red</red-prop>
31     <green-prop>tu154/light/panel/ext-green</green-prop>
32     <blue-prop>tu154/light/panel/ext-blue</blue-prop>
33   </emission>
34 </animation>
35
36   
37 <!--Needles-->
38 <animation>
39   <type>rotate</type>
40   <object-name>needle</object-name>
41   <property>fdm/jsbsim/fcs/at-throttle-cmd-norm[2]</property>
42   <interpolation>
43     <!--<entry><ind>    0.0</ind>       <dep>   -120.0</dep></entry>--><!--full revers-->
44     <entry><ind>        0.22</ind>      <dep>   -70.0</dep></entry><!--idle-->
45     <entry><ind>        0.57</ind>      <dep>   12.0</dep></entry><!--0.4-->
46     <entry><ind>        0.7</ind>       <dep>   40.0</dep></entry><!--0.6-->
47     <entry><ind>        0.75</ind>      <dep>   53.0</dep></entry><!--0.7-->
48     <entry><ind>        0.84</ind>      <dep>   73.0</dep></entry><!--0.85-->
49     <entry><ind>        0.93</ind>      <dep>   92.0</dep></entry><!--nominal-->
50     <entry><ind>        1.0</ind>       <dep>   108.0</dep></entry><!--miltrust-->
51   </interpolation>
52   <axis>
53     <x>-1.0</x>
54     <y>0.0</y>
55     <z>0.0</z>
56   </axis>
57 </animation>
58
59
60 </PropertyList>