Tentative fix for random buildings red flickering in some cases
[fg:toms-fgdata.git] / Aircraft / tu154b / Instruments-3d / uiz / uiz-3_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 <!-- Turbine gauge UIZ-3
11 3D instrument for Tu-154 -->
12 <PropertyList>
13  <path>uiz-3.ac</path>
14 <!-- Internal instruments lighting -->
15 <animation>
16   <type>material</type>
17   <object-name>base</object-name>
18   <object-name>needle_1</object-name>
19   <object-name>needle_2</object-name>
20   <object-name>needle_3</object-name>
21   <emission>
22     <red-prop>tu154/light/instruments/int-red</red-prop>
23     <green-prop>tu154/light/instruments/int-green</green-prop>
24     <blue-prop>tu154/light/instruments/int-blue</blue-prop>
25   </emission>
26 </animation>
27 <!--External panel lighting-->
28 <animation>
29   <type>material</type>
30   <object-name>cover</object-name>
31   <emission>
32     <red-prop>tu154/light/panel/ext-red</red-prop>
33     <green-prop>tu154/light/panel/ext-green</green-prop>
34     <blue-prop>tu154/light/panel/ext-blue</blue-prop>
35   </emission>
36 </animation>
37
38   
39 <!--Needles-->
40 <animation>
41     <type>rotate</type>
42     <object-name>needle_1</object-name>
43     <!--<property>tu154/fp</property>-->
44     <!--Fuel pressure Kg/sm-->
45     <interpolation>
46       <entry><ind>      0.0</ind>       <dep>   -49.0</dep></entry>
47       <entry><ind>      100.0</ind>     <dep>   48.0</dep></entry>
48     </interpolation>
49     <axis>
50       <x>-1.0</x>
51       <y>0.0</y>
52       <z>0.0</z>
53     </axis>
54 </animation>
55
56 <animation>
57   <type>rotate</type>
58   <object-name>needle_2</object-name>
59   <property>engines/engine[2]/oil-pressure-psi</property>-->
60   <!--Oil pressure Kg/sm-->
61   <!--Kg/sm-->
62 <!--  <interpolation>
63     <entry><ind>        0.0</ind>       <dep>   -50.0</dep></entry>
64     <entry><ind>        8.0</ind>       <dep>   51.0</dep></entry>
65   </interpolation>-->
66   <!--Psi-->
67   <interpolation>
68     <entry><ind>        0.0</ind>       <dep>   -50.0</dep></entry>
69     <entry><ind>        113.68</ind>    <dep>   51.0</dep></entry>
70   </interpolation>
71   <center>
72     <x-m>0.0</x-m>
73     <y-m>-0.02276</y-m>
74     <z-m>-0.02298</z-m>
75   </center>
76   <axis>
77     <x>1.0</x>
78     <y>0.0</y>
79     <z>0.0</z>
80   </axis>
81 </animation>
82 <animation>
83   <type>rotate</type>
84   <object-name>needle_3</object-name>
85   <!--<property>tu154/ot</property>-->
86   <!--Oil temperature degc-->
87   <interpolation>
88     <entry><ind>        -50.0</ind>     <dep>   -49.0</dep></entry>
89     <entry><ind>        150.0</ind>     <dep>   47.0</dep></entry>
90   </interpolation>
91   <center>
92     <x-m>0.0</x-m>
93     <y-m>0.02235</y-m>
94     <z-m>-0.02288</z-m>
95   </center>
96   <axis>
97     <x>-1.0</x>
98     <y>0.0</y>
99     <z>0.0</z>
100   </axis>
101 </animation>
102
103
104
105 </PropertyList>