Tentative fix for random buildings red flickering in some cases
[fg:toms-fgdata.git] / Aircraft / tu154b / Instruments-3d / manometer / mano_1_fe.xml
1 <?xml version="1.0"?>
2 <!--
3     #############################################################################
4     #    (C) 2006 by Yurik V. Nikiforoff - port for FGFS,  FDM,         #
5     #   2d & 3d instruments, animations, systems and over.                      #
6     #           yurik@megasignal.com                                            #
7     #############################################################################         
8     -->
9
10 <!-- Hydro system pressure indicator
11 3D instrument for Tu-154 -->
12 <PropertyList>
13  <path>mano_big.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   <object-name>face</object-name>
20   <emission>
21     <red-prop>tu154/light/instruments/int-red</red-prop>
22     <green-prop>tu154/light/instruments/int-green</green-prop>
23     <blue-prop>tu154/light/instruments/int-blue</blue-prop>
24   </emission>
25 </animation>
26
27   
28 <!--Needles-->
29 <animation>
30     <type>rotate</type>
31     <object-name>needle</object-name>
32     <property>fdm/jsbsim/hs/hs1-pressure</property>
33     <interpolation>
34       <entry><ind>      0.0</ind>       <dep>   -65.0</dep></entry>
35       <entry><ind>      120.0</ind>     <dep>   0.0</dep></entry>
36       <entry><ind>      240.0</ind>     <dep>   65.0</dep></entry>
37     </interpolation>
38     <center>
39       <x-m>0.0</x-m>
40       <y-m>0.0</y-m>
41       <z-m>-0.00172</z-m>
42   </center>
43     <axis>
44       <x>-1.0</x>
45       <y>0.0</y>
46       <z>0.0</z>
47     </axis>
48 </animation>
49
50
51
52 </PropertyList>