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 #############################################################################
11 3D instrument for Tu-154 -->
14 <!--External panel lighting-->
17 <object-name>base</object-name>
18 <object-name>handle</object-name>
20 <red-prop>tu154/light/panel/ext-red</red-prop>
21 <green-prop>tu154/light/panel/ext-green</green-prop>
22 <blue-prop>tu154/light/panel/ext-blue</blue-prop>
29 <object-name>handle</object-name>
30 <property>tu154/switches/DISS-check</property>
42 <object-name>hotspot_1</object-name>
43 <visible>false</visible>
46 <repeatable>false</repeatable>
48 <command>nasal</command>
50 interpolate("tu154/switches/DISS-check", 1, 0.1 );
51 setprop("fdm/jsbsim/instrumentation/nvu/source", 2);
58 <object-name>hotspot_2</object-name>
59 <visible>false</visible>
62 <repeatable>false</repeatable>
64 <command>nasal</command>
66 interpolate("tu154/switches/DISS-check", 0, 0.1 );
67 setprop("fdm/jsbsim/instrumentation/nvu/source", 1);
74 <object-name>hotspot_3</object-name>
75 <visible>false</visible>
78 <repeatable>false</repeatable>
80 <command>nasal</command>
82 interpolate("tu154/switches/DISS-check", -1, 0.1 );
83 setprop("fdm/jsbsim/instrumentation/nvu/source", 0);