Tu-154B2 version 3.1:
[fg:toms-fgdata.git] / Aircraft / tu154b / Instruments-3d / indicators / ind_3.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 <!-- indicators on captain panel
11 3D instrument for Tu-154 -->
12 <PropertyList>
13  <path>ind_3.ac</path>
14 <!--External panel lighting-->
15 <!--<animation>
16   <type>material</type>
17   <object-name>cover_1</object-name>
18   <object-name>cover_2</object-name>
19   <object-name>cover_3</object-name>
20   <emission>
21     <red-prop>tu154/light/panel/ext-red</red-prop>
22     <green-prop>tu154/light/panel/ext-green</green-prop>
23     <blue-prop>tu154/light/panel/ext-blue</blue-prop>
24   </emission>
25 </animation>-->
26
27 <effect>
28  <inherits-from>Effects/model-transparent</inherits-from>
29   <object-name>cover_1</object-name>
30   <object-name>cover_2</object-name>
31   <object-name>cover_3</object-name>
32 </effect>
33
34
35 <!--Indicators-->
36 <animation>
37   <type>material</type>
38   <object-name>text_1</object-name>
39   <emission>
40     <red>1.0</red>
41     <green>1.0</green>
42     <blue>1.0</blue>
43     <factor-prop>tu154/systems/electrical/indicators/fuel-2500/state</factor-prop>
44   </emission>
45 </animation>
46 <animation>
47   <type>material</type>
48   <object-name>text_2</object-name>
49   <emission>
50     <red>1.0</red>
51     <green>1.0</green>
52     <blue>1.0</blue>
53     <factor-prop>tu154/systems/electrical/indicators/signal-danger</factor-prop>
54   </emission>
55 </animation>
56 <animation>
57   <type>material</type>
58   <object-name>text_3</object-name>
59   <emission>
60     <red>1.0</red>
61     <green>1.0</green>
62     <blue>1.0</blue>
63     <factor-prop>tu154/systems/electrical/indicators/alpha</factor-prop>
64   </emission>
65 </animation>
66 <animation>
67   <type>material</type>
68   <object-name>text_4</object-name>
69   <emission>
70     <red>1.0</red>
71     <green>1.0</green>
72     <blue>1.0</blue>
73     <factor-prop>tu154/systems/electrical/indicators/signal-radio</factor-prop>
74   </emission>
75 </animation>
76 <animation>
77   <type>material</type>
78   <object-name>text_5</object-name>
79   <emission>
80     <red>1.0</red>
81     <green>1.0</green>
82     <blue>1.0</blue>
83     <factor-prop>tu154/systems/electrical/indicators/acceleration</factor-prop>
84   </emission>
85 </animation>
86 <animation>
87   <type>material</type>
88   <object-name>text_6</object-name>
89   <emission>
90     <red>1.0</red>
91     <green>1.0</green>
92     <blue>1.0</blue>
93     <factor-prop>tu154/systems/electrical/indicators/speed-limit</factor-prop>
94   </emission>
95 </animation>
96
97 <!--Check lamps procedure-->
98 <animation>
99   <type>material</type>
100   <object-name>text_1</object-name>
101   <object-name>text_2</object-name>
102   <object-name>text_3</object-name>
103   <object-name>text_4</object-name>
104   <object-name>text_5</object-name>
105   <object-name>text_6</object-name>
106   <condition>
107     <property>tu154/systems/electrical/checking-lamps/main-panel</property>
108   </condition>
109   <emission>
110     <red>1.0</red>
111     <green>1.0</green>
112     <blue>1.0</blue>
113     <factor-prop>tu154/systems/electrical/checking-lamps/main-panel</factor-prop>
114   </emission>
115 </animation>
116
117
118
119 </PropertyList>