1
0
Fork 0

Sync c172p with c172p-detailed master branch.

Sync with commit cab40a0af989bf08302836f98e91672920369fa3
This commit is contained in:
Stuart Buchanan 2015-07-05 19:32:41 +01:00
parent 9fa2aafcb5
commit 88b49b4259
230 changed files with 78501 additions and 92097 deletions

View file

@ -1,65 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<default>
<menu n="10">
<label>Cessna C172P</label>
<enabled type="bool">true</enabled>
<item>
<name>select-livery</name>
<binding>
<command>nasal</command>
<script>aircraft.livery.dialog.toggle()</script>
</binding>
</item>
<item>
<name>immatriculation</name>
<binding>
<command>nasal</command>
<script>c172p.immat_dialog.toggle()</script>
</binding>
</item>
<item>
<name>show-hide-yokes</name>
<binding>
<command>property-toggle</command>
<property>sim/model/hide-yoke</property>
</binding>
</item>
<item>
<name>autostart</name>
<binding>
<command>nasal</command>
<script>
if (getprop("/engines/engine/running")) {
gui.popupTip("Engine already running.", 5);
} else {
setprop("/controls/engines/engine/magnetos", 3);
setprop("/controls/engines/engine/throttle", 0.2);
setprop("/controls/engines/engine/mixture", 1.0);
setprop("/controls/flight/elevator-trim", -0.19);
setprop("/controls/lighting/nav-lights", 1);
setprop("/controls/lighting/strobe", 1);
setprop("/controls/lighting/beacon", 1);
setprop("/consumables/fuel/tank[0]/selected", 1);
setprop("/consumables/fuel/tank[1]/selected", 1);
# Set the altimeter
setprop("/instrumentation/altimeter/setting-inhg", getprop("/environment/pressure-sea-level-inhg"));
gui.popupTip("Hold down \"s\" to start the engine.", 5);
}
</script>
</binding>
</item>
</menu>
</default>
</PropertyList>

View file

@ -1,41 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<name>Immatriculation</name>
<layout>vbox</layout>
<modal>false</modal>
<draggable>true</draggable>
<group>
<layout>hbox</layout>
<text>
<label>Immatriculation</label>
</text>
</group>
<group>
<layout>hbox</layout>
<input>
<property>/sim/model/immat</property>
<type>STRING</type>
<width>100</width>
</input>
</group>
<group>
<layout>hbox</layout>
<empty><stretch>true</stretch></empty>
<button>
<legend>OK</legend>
<equal>true</equal>
<default>true</default>
<key>Esc</key>
<binding><command>dialog-apply</command></binding>
<binding><command>dialog-close</command></binding>
</button>
<empty><stretch>true</stretch></empty>
</group>
</PropertyList>

View file

@ -0,0 +1,27 @@
<?xml version="1.0"?>
<!--
File: IO360.xml
Author: dany93
Inputs:
name: IO360
type: piston
power: 180.0 hp
augmented? no
injected? no
-->
<piston_engine name="IO360">
<minmp unit="INHG"> 8.3 </minmp> <!-- Deprecated -->
<maxmp unit="INHG"> 28.5 </maxmp>
<displacement unit="IN3"> 360.0 </displacement>
<maxhp> 180.0 </maxhp>
<!-- bsfc> 0.37 </bsfc -->
<cycles> 4.0 </cycles>
<idlerpm> 600.0 </idlerpm>
<maxrpm> 2700.0 </maxrpm>
<maxthrottle> 1.0 </maxthrottle>
<minthrottle> 0.1 </minthrottle>
<sparkfaildrop> 0.1 </sparkfaildrop>
</piston_engine>

View file

@ -0,0 +1,61 @@
<?xml version="1.0"?>
<!--
Diameter: 76 in (1.93 m)
Calculated blade angle: at 75% of the radius
Data from NACA Report 640 : http://naca.central.cranfield.ac.uk/reports/1938/naca-report-640.pdf
-->
<propeller name="15 -25 deg NACA 640 (5868-9) 76-inch Two-Blade Propeller">
<ixx> 1.67 </ixx>
<diameter unit="IN"> 76.0 </diameter>
<numblades> 2 </numblades>
<minpitch> 15 </minpitch>
<maxpitch> 25 </maxpitch>
<table name="C_THRUST" type="internal">
<tableData>
15 20 25
0 0.0990 0.1040 0.1125
0.1 0.0950 0.1040 0.1100
0.2 0.0880 0.1030 0.1075
0.3 0.0780 0.1010 0.1060
0.4 0.0645 0.0930 0.1055
0.5 0.0495 0.0820 0.1045
0.6 0.0340 0.0700 0.0970
0.7 0.0185 0.0550 0.0870
0.8 0.0040 0.0390 0.0750
0.9 -0.0160 0.0240 0.0600
1 -0.0300 0.0060 0.0450
1.1 -0.0400 -0.0140 0.0300
1.2 -0.0500 -0.0330 0.0150
1.3 -0.0550 -0.0450 -0.0010
1.5 -0.0650 -0.0600 -0.0250
2 -0.0750 -0.0720 -0.0750
3 -0.0800 -0.0800 -0.0900
</tableData>
</table>
<table name="C_POWER" type = "internal">
<tableData>
15 20 25
0 0.0400 0.0660 0.1080
0.1 0.0406 0.0650 0.1060
0.2 0.0406 0.0640 0.1020
0.3 0.0400 0.0625 0.0975
0.4 0.0366 0.0600 0.0910
0.5 0.0318 0.0580 0.0860
0.6 0.0250 0.0540 0.0825
0.7 0.0160 0.0475 0.0790
0.8 0.0050 0.0370 0.0730
0.9 -0.0067 0.0260 0.0640
1 -0.0150 0.0100 0.0520
1.1 -0.0200 0.0000 0.0375
1.2 -0.0250 -0.0100 0.0220
1.3 -0.0270 -0.0200 0.0040
1.5 -0.0300 -0.0350 -0.0450
2 -0.0330 -0.0500 -0.0750
</tableData>
</table>
</propeller>

View file

@ -0,0 +1,61 @@
<?xml version="1.0"?>
<!--
Diameter: 76 in (1.93 m)
Pitch: 62.5 in
Calculated blade angle: 20° at 75% of the radius
Data from NACA Report 640 : http://naca.central.cranfield.ac.uk/reports/1938/naca-report-640.pdf
-->
<propeller name="NACA 640 (5868-9) 76-inch 20deg Two-Blade Propeller">
<ixx> 1.67 </ixx>
<diameter unit="IN"> 76.0 </diameter>
<numblades> 2 </numblades>
<minpitch> 20 </minpitch>
<maxpitch> 20 </maxpitch>
<table name="C_THRUST" type="internal">
<tableData>
0 0.1040
0.1 0.1040
0.2 0.1030
0.3 0.1010
0.4 0.0930
0.5 0.0820
0.6 0.0700
0.7 0.0550
0.8 0.0390
0.9 0.0240
1 0.0060
1.1 -0.0140
1.2 -0.0330
1.3 -0.0450
1.5 -0.0600
2 -0.0720
3 -0.0800
</tableData>
</table>
<table name="C_POWER" type = "internal">
<tableData>
0 0.0660
0.1 0.0650
0.2 0.0640
0.3 0.0625
0.4 0.0600
0.5 0.0580
0.6 0.0540
0.7 0.0475
0.8 0.0370
0.9 0.0260
1 0.0100
1.1 0.0000
1.2 -0.0100
1.3 -0.0200
1.5 -0.0350
2 -0.0500
3 -0.0550
</tableData>
</table>
</propeller>

File diff suppressed because it is too large Load diff

View file

@ -1,169 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>AI.ac</path>
<animation>
<type>material</type>
<object-name>Aircraft</object-name>
<object-name>CagedIndicator</object-name>
<object-name>Pitch</object-name>
<object-name>Roll</object-name>
<object-name>RollReference</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<name>Pitch</name>
<type>translate</type>
<object-name>Pitch</object-name>
<property>instrumentation/attitude-indicator/indicated-pitch-deg</property>
<factor>-0.0007</factor>
<min-m>-0.01575</min-m>
<max-m>0.01575</max-m>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
<animation>
<name>Horizon Offset</name>
<type>translate</type>
<object-name>Pitch</object-name>
<property>instrumentation/attitude-indicator/horizon-offset-deg</property>
<factor>-0.0007</factor>
<min-m>-0.01575</min-m>
<max-m>0.01575</max-m>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Roll</object-name>
<property>instrumentation/attitude-indicator/indicated-roll-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Pitch</object-name>
<property>instrumentation/attitude-indicator/indicated-roll-deg</property>
<factor>-0.5</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- simply hide these -->
<animation>
<type>pick</type>
<visible>false</visible>
<object-name>AdjustCW</object-name>
<object-name>AdjustCCW</object-name>
</animation>
<animation>
<type>knob</type>
<object-name>AdjustKnob</object-name>
<action>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>instrumentation/attitude-indicator/horizon-offset-deg</property>
<factor type="double">0.5</factor>
</binding>
</action>
<value>0.0</value>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0.0</x-m>
<y-m>0.0</y-m>
<z-m>-0.0353</z-m>
</center>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>ai-horizon-offset</tooltip-id>
<label>Horizon Offset: %2d</label>
<property>instrumentation/attitude-indicator/horizon-offset-deg</property>
</binding>
</hovered>
</animation>
<animation>
<type>pick</type>
<visible>true</visible>
<object-name>CageKnob</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>instrumentation/attitude-indicator/caged-flag</property>
<value type="bool">true</value>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>ai-caged</tooltip-id>
<label>Caged: %s</label>
<mapping>on-off</mapping>
<property>instrumentation/attitude-indicator/caged-flag</property>
</binding>
</hovered>
</animation>
<animation>
<type>select</type>
<object-name>CagedIndicator</object-name>
<condition>
<property>instrumentation/attitude-indicator/caged-flag</property>
</condition>
</animation>
<animation>
<type>translate</type>
<object-name>CageKnob</object-name>
<property>instrumentation/attitude-indicator/caged-flag</property>
<factor>0.005</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,947 +0,0 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "InstrumentBezel.002" rgb 0.042666 0.042666 0.042666 amb 0.5 0.5 0.5 emis 0 0 0 spec 0.123149 0.123149 0.123149 shi 32 trans 0
MATERIAL "DefaultWhite.003" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "BlackPlastic.002" rgb 0.153331 0.153331 0.153331 amb 0.5 0.5 0.5 emis 0 0 0 spec 0.186866 0.186866 0.186866 shi 32 trans 0
MATERIAL "WhitePointer" rgb 1 1 1 amb 0.5 0.5 0.5 emis 0 0 0 spec 0.579617 0.579617 0.579617 shi 32 trans 0
OBJECT world
kids 7
OBJECT poly
name "Bezel"
data 10
Circle.018
crease 30.000000
numvert 64
0 0.014389 -0.014389
0 0.011305 -0.016919
0 0.007787 -0.018799
0 0.00397 -0.019958
0 0 -0.020348
0 -0.00397 -0.019958
0 -0.007787 -0.018799
0 -0.011305 -0.016919
0 -0.014388 -0.014389
0 -0.016919 -0.011305
0 -0.018799 -0.007787
0 -0.019957 -0.00397
0 -0.020348 0
0 -0.019957 0.00397
0 -0.018799 0.007787
0 -0.016919 0.011305
0 -0.014388 0.014388
0 -0.011305 0.016919
0 -0.007787 0.018799
0 -0.00397 0.019957
0 0 0.020348
0 0.00397 0.019957
0 0.007787 0.018799
0 0.011305 0.016919
0 0.014389 0.014388
0 0.016919 0.011305
0 0.018799 0.007787
0 0.019958 0.00397
0 0.020348 0
0 0.019957 -0.00397
0 0.018799 -0.007787
0 0.016919 -0.011305
-0.002856 0.012949 -0.012949
-0.002856 0.010174 -0.015227
-0.002856 0.007008 -0.01692
-0.002856 0.003573 -0.017961
-0.002856 0 -0.018313
-0.002856 -0.003573 -0.017961
-0.002856 -0.007008 -0.01692
-0.002856 -0.010174 -0.015227
-0.002856 -0.012949 -0.012949
-0.002856 -0.015227 -0.010175
-0.002856 -0.016919 -0.007008
-0.002856 -0.017961 -0.003573
-0.002856 -0.018313 0
-0.002856 -0.017961 0.003573
-0.002856 -0.016919 0.007008
-0.002856 -0.015227 0.010174
-0.002856 -0.012949 0.012949
-0.002856 -0.010174 0.015227
-0.002856 -0.007008 0.016919
-0.002856 -0.003573 0.017961
-0.002856 0 0.018313
-0.002856 0.003573 0.017961
-0.002856 0.007008 0.016919
-0.002856 0.010175 0.015227
-0.002856 0.012949 0.012949
-0.002856 0.015227 0.010174
-0.002856 0.01692 0.007008
-0.002856 0.017961 0.003573
-0.002856 0.018313 0
-0.002856 0.017961 -0.003573
-0.002856 0.01692 -0.007008
-0.002856 0.015227 -0.010175
numsurf 32
SURF 0x10
mat 1
refs 4
1 0.0 0.0
0 0.0 0.0
32 0.0 0.0
33 0.0 0.0
SURF 0x10
mat 1
refs 4
2 0.0 0.0
1 0.0 0.0
33 0.0 0.0
34 0.0 0.0
SURF 0x10
mat 1
refs 4
3 0.0 0.0
2 0.0 0.0
34 0.0 0.0
35 0.0 0.0
SURF 0x10
mat 1
refs 4
4 0.0 0.0
3 0.0 0.0
35 0.0 0.0
36 0.0 0.0
SURF 0x10
mat 1
refs 4
5 0.0 0.0
4 0.0 0.0
36 0.0 0.0
37 0.0 0.0
SURF 0x10
mat 1
refs 4
6 0.0 0.0
5 0.0 0.0
37 0.0 0.0
38 0.0 0.0
SURF 0x10
mat 1
refs 4
7 0.0 0.0
6 0.0 0.0
38 0.0 0.0
39 0.0 0.0
SURF 0x10
mat 1
refs 4
8 0.0 0.0
7 0.0 0.0
39 0.0 0.0
40 0.0 0.0
SURF 0x10
mat 1
refs 4
9 0.0 0.0
8 0.0 0.0
40 0.0 0.0
41 0.0 0.0
SURF 0x10
mat 1
refs 4
10 0.0 0.0
9 0.0 0.0
41 0.0 0.0
42 0.0 0.0
SURF 0x10
mat 1
refs 4
11 0.0 0.0
10 0.0 0.0
42 0.0 0.0
43 0.0 0.0
SURF 0x10
mat 1
refs 4
12 0.0 0.0
11 0.0 0.0
43 0.0 0.0
44 0.0 0.0
SURF 0x10
mat 1
refs 4
13 0.0 0.0
12 0.0 0.0
44 0.0 0.0
45 0.0 0.0
SURF 0x10
mat 1
refs 4
14 0.0 0.0
13 0.0 0.0
45 0.0 0.0
46 0.0 0.0
SURF 0x10
mat 1
refs 4
15 0.0 0.0
14 0.0 0.0
46 0.0 0.0
47 0.0 0.0
SURF 0x10
mat 1
refs 4
16 0.0 0.0
15 0.0 0.0
47 0.0 0.0
48 0.0 0.0
SURF 0x10
mat 1
refs 4
17 0.0 0.0
16 0.0 0.0
48 0.0 0.0
49 0.0 0.0
SURF 0x10
mat 1
refs 4
18 0.0 0.0
17 0.0 0.0
49 0.0 0.0
50 0.0 0.0
SURF 0x10
mat 1
refs 4
19 0.0 0.0
18 0.0 0.0
50 0.0 0.0
51 0.0 0.0
SURF 0x10
mat 1
refs 4
20 0.0 0.0
19 0.0 0.0
51 0.0 0.0
52 0.0 0.0
SURF 0x10
mat 1
refs 4
21 0.0 0.0
20 0.0 0.0
52 0.0 0.0
53 0.0 0.0
SURF 0x10
mat 1
refs 4
22 0.0 0.0
21 0.0 0.0
53 0.0 0.0
54 0.0 0.0
SURF 0x10
mat 1
refs 4
23 0.0 0.0
22 0.0 0.0
54 0.0 0.0
55 0.0 0.0
SURF 0x10
mat 1
refs 4
24 0.0 0.0
23 0.0 0.0
55 0.0 0.0
56 0.0 0.0
SURF 0x10
mat 1
refs 4
25 0.0 0.0
24 0.0 0.0
56 0.0 0.0
57 0.0 0.0
SURF 0x10
mat 1
refs 4
26 0.0 0.0
25 0.0 0.0
57 0.0 0.0
58 0.0 0.0
SURF 0x10
mat 1
refs 4
27 0.0 0.0
26 0.0 0.0
58 0.0 0.0
59 0.0 0.0
SURF 0x10
mat 1
refs 4
28 0.0 0.0
27 0.0 0.0
59 0.0 0.0
60 0.0 0.0
SURF 0x10
mat 1
refs 4
29 0.0 0.0
28 0.0 0.0
60 0.0 0.0
61 0.0 0.0
SURF 0x10
mat 1
refs 4
30 0.0 0.0
29 0.0 0.0
61 0.0 0.0
62 0.0 0.0
SURF 0x10
mat 1
refs 4
31 0.0 0.0
30 0.0 0.0
62 0.0 0.0
63 0.0 0.0
SURF 0x10
mat 1
refs 4
32 0.0 0.0
0 0.0 0.0
31 0.0 0.0
63 0.0 0.0
kids 0
OBJECT poly
name "Case"
data 10
Circle.019
crease 30.000000
numvert 64
-0.002856 0.012949 -0.012949
-0.002856 0.010174 -0.015227
-0.002856 0.007008 -0.01692
-0.002856 0.003573 -0.017961
-0.002856 0 -0.018313
-0.002856 -0.003573 -0.017961
-0.002856 -0.007008 -0.01692
-0.002856 -0.010174 -0.015227
-0.002856 -0.012949 -0.012949
-0.002856 -0.015227 -0.010175
-0.002856 -0.016919 -0.007008
-0.002856 -0.017961 -0.003573
-0.002856 -0.018313 0
-0.002856 -0.017961 0.003573
-0.002856 -0.016919 0.007008
-0.002856 -0.015227 0.010174
-0.002856 -0.012949 0.012949
-0.002856 -0.010174 0.015227
-0.002856 -0.007008 0.016919
-0.002856 -0.003573 0.017961
-0.002856 0 0.018313
-0.002856 0.003573 0.017961
-0.002856 0.007008 0.016919
-0.002856 0.010175 0.015227
-0.002856 0.012949 0.012949
-0.002856 0.015227 0.010174
-0.002856 0.01692 0.007008
-0.002856 0.017961 0.003573
-0.002856 0.018313 0
-0.002856 0.017961 -0.003573
-0.002856 0.01692 -0.007008
-0.002856 0.015227 -0.010175
-0.00714 0.012949 -0.012949
-0.00714 0.010174 -0.015227
-0.00714 0.007008 -0.01692
-0.00714 0.003573 -0.017961
-0.00714 0 -0.018313
-0.00714 -0.003573 -0.017961
-0.00714 -0.007008 -0.01692
-0.00714 -0.010174 -0.015227
-0.00714 -0.012949 -0.012949
-0.00714 -0.015227 -0.010175
-0.00714 -0.016919 -0.007008
-0.00714 -0.017961 -0.003573
-0.00714 -0.018313 0
-0.00714 -0.017961 0.003573
-0.00714 -0.016919 0.007008
-0.00714 -0.015227 0.010174
-0.00714 -0.012949 0.012949
-0.00714 -0.010174 0.015227
-0.00714 -0.007008 0.016919
-0.00714 -0.003573 0.017961
-0.00714 0 0.018313
-0.00714 0.003573 0.017961
-0.00714 0.007008 0.016919
-0.00714 0.010175 0.015227
-0.00714 0.012949 0.012949
-0.00714 0.015227 0.010174
-0.00714 0.01692 0.007008
-0.00714 0.017961 0.003573
-0.00714 0.018313 0
-0.00714 0.017961 -0.003573
-0.00714 0.01692 -0.007008
-0.00714 0.015227 -0.010175
numsurf 32
SURF 0x10
mat 1
refs 4
1 0.0 0.0
0 0.0 0.0
32 0.0 0.0
33 0.0 0.0
SURF 0x10
mat 1
refs 4
2 0.0 0.0
1 0.0 0.0
33 0.0 0.0
34 0.0 0.0
SURF 0x10
mat 1
refs 4
3 0.0 0.0
2 0.0 0.0
34 0.0 0.0
35 0.0 0.0
SURF 0x10
mat 1
refs 4
4 0.0 0.0
3 0.0 0.0
35 0.0 0.0
36 0.0 0.0
SURF 0x10
mat 1
refs 4
5 0.0 0.0
4 0.0 0.0
36 0.0 0.0
37 0.0 0.0
SURF 0x10
mat 1
refs 4
6 0.0 0.0
5 0.0 0.0
37 0.0 0.0
38 0.0 0.0
SURF 0x10
mat 1
refs 4
7 0.0 0.0
6 0.0 0.0
38 0.0 0.0
39 0.0 0.0
SURF 0x10
mat 1
refs 4
8 0.0 0.0
7 0.0 0.0
39 0.0 0.0
40 0.0 0.0
SURF 0x10
mat 1
refs 4
9 0.0 0.0
8 0.0 0.0
40 0.0 0.0
41 0.0 0.0
SURF 0x10
mat 1
refs 4
10 0.0 0.0
9 0.0 0.0
41 0.0 0.0
42 0.0 0.0
SURF 0x10
mat 1
refs 4
11 0.0 0.0
10 0.0 0.0
42 0.0 0.0
43 0.0 0.0
SURF 0x10
mat 1
refs 4
12 0.0 0.0
11 0.0 0.0
43 0.0 0.0
44 0.0 0.0
SURF 0x10
mat 1
refs 4
13 0.0 0.0
12 0.0 0.0
44 0.0 0.0
45 0.0 0.0
SURF 0x10
mat 1
refs 4
14 0.0 0.0
13 0.0 0.0
45 0.0 0.0
46 0.0 0.0
SURF 0x10
mat 1
refs 4
15 0.0 0.0
14 0.0 0.0
46 0.0 0.0
47 0.0 0.0
SURF 0x10
mat 1
refs 4
16 0.0 0.0
15 0.0 0.0
47 0.0 0.0
48 0.0 0.0
SURF 0x10
mat 1
refs 4
17 0.0 0.0
16 0.0 0.0
48 0.0 0.0
49 0.0 0.0
SURF 0x10
mat 1
refs 4
18 0.0 0.0
17 0.0 0.0
49 0.0 0.0
50 0.0 0.0
SURF 0x10
mat 1
refs 4
19 0.0 0.0
18 0.0 0.0
50 0.0 0.0
51 0.0 0.0
SURF 0x10
mat 1
refs 4
20 0.0 0.0
19 0.0 0.0
51 0.0 0.0
52 0.0 0.0
SURF 0x10
mat 1
refs 4
21 0.0 0.0
20 0.0 0.0
52 0.0 0.0
53 0.0 0.0
SURF 0x10
mat 1
refs 4
22 0.0 0.0
21 0.0 0.0
53 0.0 0.0
54 0.0 0.0
SURF 0x10
mat 1
refs 4
23 0.0 0.0
22 0.0 0.0
54 0.0 0.0
55 0.0 0.0
SURF 0x10
mat 1
refs 4
24 0.0 0.0
23 0.0 0.0
55 0.0 0.0
56 0.0 0.0
SURF 0x10
mat 1
refs 4
25 0.0 0.0
24 0.0 0.0
56 0.0 0.0
57 0.0 0.0
SURF 0x10
mat 1
refs 4
26 0.0 0.0
25 0.0 0.0
57 0.0 0.0
58 0.0 0.0
SURF 0x10
mat 1
refs 4
27 0.0 0.0
26 0.0 0.0
58 0.0 0.0
59 0.0 0.0
SURF 0x10
mat 1
refs 4
28 0.0 0.0
27 0.0 0.0
59 0.0 0.0
60 0.0 0.0
SURF 0x10
mat 1
refs 4
29 0.0 0.0
28 0.0 0.0
60 0.0 0.0
61 0.0 0.0
SURF 0x10
mat 1
refs 4
30 0.0 0.0
29 0.0 0.0
61 0.0 0.0
62 0.0 0.0
SURF 0x10
mat 1
refs 4
31 0.0 0.0
30 0.0 0.0
62 0.0 0.0
63 0.0 0.0
SURF 0x10
mat 1
refs 4
0 0.0 0.0
31 0.0 0.0
63 0.0 0.0
32 0.0 0.0
kids 0
OBJECT poly
name "Face"
data 10
Circle.020
texture "BatteryGauge.rgb"
texrep 1 1
crease 30.000000
numvert 33
-0.00714 0.012949 -0.012949
-0.00714 0.010174 -0.015227
-0.00714 0.007008 -0.01692
-0.00714 0.003573 -0.017961
-0.00714 0 -0.018313
-0.00714 -0.003573 -0.017961
-0.00714 -0.007008 -0.01692
-0.00714 -0.010174 -0.015227
-0.00714 -0.012949 -0.012949
-0.00714 -0.015227 -0.010175
-0.00714 -0.016919 -0.007008
-0.00714 -0.017961 -0.003573
-0.00714 -0.018313 0
-0.00714 -0.017961 0.003573
-0.00714 -0.016919 0.007008
-0.00714 -0.015227 0.010174
-0.00714 -0.012949 0.012949
-0.00714 -0.010174 0.015227
-0.00714 -0.007008 0.016919
-0.00714 -0.003573 0.017961
-0.00714 0 0.018313
-0.00714 0.003573 0.017961
-0.00714 0.007008 0.016919
-0.00714 0.010175 0.015227
-0.00714 0.012949 0.012949
-0.00714 0.015227 0.010174
-0.00714 0.01692 0.007008
-0.00714 0.017961 0.003573
-0.00714 0.018313 0
-0.00714 0.017961 -0.003573
-0.00714 0.01692 -0.007008
-0.00714 0.015227 -0.010175
-0.00714 0 0
numsurf 32
SURF 0x00
mat 2
refs 3
1 0.899101793766 0.766666650772
0 0.839405894279 0.839405894279
32 0.5 0.5
SURF 0x00
mat 2
refs 3
2 0.943471431732 0.683691263199
1 0.899101793766 0.766666650772
32 0.5 0.5
SURF 0x00
mat 2
refs 3
3 0.970774292946 0.593642115593
2 0.943471431732 0.683691263199
32 0.5 0.5
SURF 0x00
mat 2
refs 3
4 0.980000019073 0.5
3 0.970774292946 0.593642115593
32 0.5 0.5
SURF 0x00
mat 2
refs 3
5 0.970774292946 0.406357884407
4 0.980000019073 0.5
32 0.5 0.5
SURF 0x00
mat 2
refs 3
6 0.943471431732 0.316308736801
5 0.970774292946 0.406357884407
32 0.5 0.5
SURF 0x00
mat 2
refs 3
7 0.899101793766 0.233333319426
6 0.943471431732 0.316308736801
32 0.5 0.5
SURF 0x00
mat 2
refs 3
8 0.839405894279 0.160594105721
7 0.899101793766 0.233333319426
32 0.5 0.5
SURF 0x00
mat 2
refs 3
9 0.766685366631 0.100898206234
8 0.839405894279 0.160594105721
32 0.5 0.5
SURF 0x00
mat 2
refs 3
10 0.683691263199 0.0565473437309
9 0.766685366631 0.100898206234
32 0.5 0.5
SURF 0x00
mat 2
refs 3
11 0.593642115593 0.0292257070541
10 0.683691263199 0.0565473437309
32 0.5 0.5
SURF 0x00
mat 2
refs 3
12 0.5 0.0199999809265
11 0.593642115593 0.0292257070541
32 0.5 0.5
SURF 0x00
mat 2
refs 3
13 0.406357884407 0.0292257070541
12 0.5 0.0199999809265
32 0.5 0.5
SURF 0x00
mat 2
refs 3
14 0.316308736801 0.0565473735332
13 0.406357884407 0.0292257070541
32 0.5 0.5
SURF 0x00
mat 2
refs 3
15 0.233333319426 0.100898236036
14 0.316308736801 0.0565473735332
32 0.5 0.5
SURF 0x00
mat 2
refs 3
16 0.160594135523 0.160594135523
15 0.233333319426 0.100898236036
32 0.5 0.5
SURF 0x00
mat 2
refs 3
17 0.100898236036 0.23333337903
16 0.160594135523 0.160594135523
32 0.5 0.5
SURF 0x00
mat 2
refs 3
18 0.0565473437309 0.316308796406
17 0.100898236036 0.23333337903
32 0.5 0.5
SURF 0x00
mat 2
refs 3
19 0.0292257070541 0.406357914209
18 0.0565473437309 0.316308796406
32 0.5 0.5
SURF 0x00
mat 2
refs 3
20 0.0199999809265 0.5
19 0.0292257070541 0.406357914209
32 0.5 0.5
SURF 0x00
mat 2
refs 3
21 0.0292257070541 0.593642115593
20 0.0199999809265 0.5
32 0.5 0.5
SURF 0x00
mat 2
refs 3
22 0.0565473735332 0.683691263199
21 0.0292257070541 0.593642115593
32 0.5 0.5
SURF 0x00
mat 2
refs 3
23 0.100898265839 0.76668548584
22 0.0565473735332 0.683691263199
32 0.5 0.5
SURF 0x00
mat 2
refs 3
24 0.160594165325 0.839405894279
23 0.100898265839 0.76668548584
32 0.5 0.5
SURF 0x00
mat 2
refs 3
25 0.23333337903 0.899101793766
24 0.160594165325 0.839405894279
32 0.5 0.5
SURF 0x00
mat 2
refs 3
26 0.316308796406 0.943471312523
25 0.23333337903 0.899101793766
32 0.5 0.5
SURF 0x00
mat 2
refs 3
27 0.406357914209 0.970774292946
26 0.316308796406 0.943471312523
32 0.5 0.5
SURF 0x00
mat 2
refs 3
28 0.500000059605 0.980000019073
27 0.406357914209 0.970774292946
32 0.5 0.5
SURF 0x00
mat 2
refs 3
29 0.593642115593 0.970774292946
28 0.500000059605 0.980000019073
32 0.5 0.5
SURF 0x00
mat 2
refs 3
30 0.683691263199 0.943471312523
29 0.593642115593 0.970774292946
32 0.5 0.5
SURF 0x00
mat 2
refs 3
31 0.766685366631 0.899101793766
30 0.683691263199 0.943471312523
32 0.5 0.5
SURF 0x00
mat 2
refs 3
0 0.839405894279 0.839405894279
31 0.766685366631 0.899101793766
32 0.5 0.5
kids 0
OBJECT poly
name "PtrL"
data 9
Plane.009
crease 30.000000
numvert 6
-0.004998 -0.000725 0.009283
-0.004998 -0.000707 0.017851
-0.004998 0.000721 0.017848
-0.004998 0.000703 0.00928
-0.008568 -0.000707 0.017851
-0.008568 0.000721 0.017848
numsurf 2
SURF 0x00
mat 3
refs 4
0 0.0 0.0
3 0.0 0.0
2 0.0 0.0
1 0.0 0.0
SURF 0x00
mat 3
refs 4
1 0.0 0.0
2 0.0 0.0
5 0.0 0.0
4 0.0 0.0
kids 0
OBJECT poly
name "PtrR"
data 9
Plane.012
crease 30.000000
numvert 6
-0.004998 -0.002635 -0.009973
-0.004998 0.002824 -0.016575
-0.004998 0.001724 -0.017486
-0.004998 -0.003735 -0.010882
-0.008568 0.002824 -0.016575
-0.008568 0.001724 -0.017486
numsurf 2
SURF 0x00
mat 3
refs 4
0 0.0 0.0
3 0.0 0.0
2 0.0 0.0
1 0.0 0.0
SURF 0x00
mat 3
refs 4
1 0.0 0.0
2 0.0 0.0
5 0.0 0.0
4 0.0 0.0
kids 0
OBJECT poly
name "PtrTipL"
data 9
Plane.010
crease 30.000000
numvert 6
-0.004998 -0.000734 0.004999
-0.004998 -0.000725 0.009283
-0.004998 0.000703 0.00928
-0.004998 0.000695 0.004996
-0.004998 -2.4e-005 0.002856
-0.004998 -2.4e-005 0.002856
numsurf 2
SURF 0x00
mat 4
refs 4
0 0.0 0.0
3 0.0 0.0
2 0.0 0.0
1 0.0 0.0
SURF 0x00
mat 4
refs 4
3 0.0 0.0
0 0.0 0.0
4 0.0 0.0
5 0.0 0.0
kids 0
OBJECT poly
name "PtrTipR"
data 9
Plane.011
crease 30.000000
numvert 6
-0.004998 -0.005364 -0.006671
-0.004998 -0.002635 -0.009973
-0.004998 -0.003735 -0.010882
-0.004998 -0.006465 -0.007582
-0.004998 -0.00728 -0.005475
-0.004998 -0.00728 -0.005475
numsurf 2
SURF 0x00
mat 4
refs 4
0 0.0 0.0
3 0.0 0.0
2 0.0 0.0
1 0.0 0.0
SURF 0x00
mat 4
refs 4
3 0.0 0.0
0 0.0 0.0
4 0.0 0.0
5 0.0 0.0
kids 0

View file

@ -1,65 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>BatteryGauge.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PtrTipL</object-name>
<object-name>PtrTipR</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PtrL</object-name>
<object-name>PtrTipL</object-name>
<property>systems/electrical/amps</property>
<interpolation>
<entry><ind>-40</ind><dep>-30</dep></entry>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>40</ind><dep>33</dep></entry>
</interpolation>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>-0.02</y-m>
<z-m>0</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>PtrR</object-name>
<object-name>PtrTipR</object-name>
<property>systems/electrical/volts</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>20</ind><dep>27</dep></entry>
<entry><ind>30</ind><dep>55</dep></entry>
<entry><ind>40</ind><dep>85</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0.02</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>

View file

@ -1,479 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0 0 0 shi 10 trans 0
MATERIAL "ac3dmat3" rgb 1 0 0 amb 1 0 0 emis 0 0 0 spec 0 0 0 shi 10 trans 0
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0 0 0 shi 128 trans 1
OBJECT world
kids 2
OBJECT group
name "egt"
loc 0.00108333 -0.00211694 -0.00299342
kids 4
OBJECT poly
name "Knob"
loc 0.00141667 -0.00554903 0.00299342
crease 45.000000
numvert 25
0.00257786 0 0
-0.00257786 -1.86265e-09 0.0025
-0.00257786 -0.00125 0.00216506
-0.00257786 -0.00216506 0.00125
-0.00257786 -0.0025 0
-0.00257786 -0.00216506 -0.00125
-0.00257786 -0.00125 -0.00216506
-0.00257786 0 -0.0025
-0.00257786 0.00125 -0.00216506
-0.00257786 0.00216506 -0.00125
-0.00257786 0.0025 0
-0.00257786 0.00216506 0.00125
-0.00257786 0.00125 0.00216506
0.00257786 -1.86265e-09 0.0025
0.00257786 -0.00125 0.00216506
0.00257786 -0.00216506 0.00125
0.00257786 -0.0025 0
0.00257786 -0.00216506 -0.00125
0.00257786 -0.00125 -0.00216506
0.00257786 0 -0.0025
0.00257786 0.00125 -0.00216506
0.00257786 0.00216506 -0.00125
0.00257786 0.0025 0
0.00257786 0.00216506 0.00125
0.00257786 0.00125 0.00216506
numsurf 24
SURF 0x10
mat 1
refs 3
0 0 0
24 0 0
13 0 0
SURF 0x10
mat 1
refs 3
0 0 0
13 0 0
14 0 0
SURF 0x10
mat 1
refs 3
0 0 0
14 0 0
15 0 0
SURF 0x10
mat 1
refs 3
0 0 0
15 0 0
16 0 0
SURF 0x10
mat 1
refs 3
0 0 0
16 0 0
17 0 0
SURF 0x10
mat 1
refs 3
0 0 0
17 0 0
18 0 0
SURF 0x10
mat 1
refs 3
0 0 0
18 0 0
19 0 0
SURF 0x10
mat 1
refs 3
0 0 0
19 0 0
20 0 0
SURF 0x10
mat 1
refs 3
0 0 0
20 0 0
21 0 0
SURF 0x10
mat 1
refs 3
0 0 0
21 0 0
22 0 0
SURF 0x10
mat 1
refs 3
0 0 0
22 0 0
23 0 0
SURF 0x10
mat 1
refs 3
0 0 0
23 0 0
24 0 0
SURF 0x10
mat 1
refs 4
24 -2.98023e-08 1
12 -2.98023e-08 0
1 0.0833333 0
13 0.0833333 1
SURF 0x10
mat 1
refs 4
13 0.0833333 1
1 0.0833333 0
2 0.166667 0
14 0.166667 1
SURF 0x10
mat 1
refs 4
14 0.166667 1
2 0.166667 0
3 0.25 0
15 0.25 1
SURF 0x10
mat 1
refs 4
15 0.25 1
3 0.25 0
4 0.333333 0
16 0.333333 1
SURF 0x10
mat 1
refs 4
16 0.333333 1
4 0.333333 0
5 0.416667 0
17 0.416667 1
SURF 0x10
mat 1
refs 4
17 0.416667 1
5 0.416667 0
6 0.5 0
18 0.5 1
SURF 0x10
mat 1
refs 4
18 0.5 1
6 0.5 0
7 0.583333 0
19 0.583333 1
SURF 0x10
mat 1
refs 4
19 0.583333 1
7 0.583333 0
8 0.666667 0
20 0.666667 1
SURF 0x10
mat 1
refs 4
20 0.666667 1
8 0.666667 0
9 0.75 0
21 0.75 1
SURF 0x10
mat 1
refs 4
21 0.75 1
9 0.75 0
10 0.833333 0
22 0.833333 1
SURF 0x10
mat 1
refs 4
22 0.833333 1
10 0.833333 0
11 0.916667 0
23 0.916667 1
SURF 0x10
mat 1
refs 4
23 0.916667 1
11 0.916667 0
12 1 0
24 1 1
kids 0
OBJECT poly
name "Needle"
loc -0.00108333 0.00343209 -0.00598684
crease 45.000000
numvert 5
-0.001 0.00827315 0.0276479
-0.001 0.00968736 0.0262337
-0.001 -0.00827315 0.00827316
-0.001 -0.00968736 0.00968737
-0.001 0.00992145 0.027882
numsurf 1
SURF 0x0
mat 0
refs 5
3 0 0
2 1 0
1 1 1
4 0.5 1
0 0 1
kids 0
OBJECT poly
name "Bug"
loc -0.00158333 0.0034321 -0.00598683
crease 45.000000
numvert 5
-1.80444e-09 0.00992143 0.0278819
-1.74623e-10 -0.00915701 0.00915704
-1.74623e-10 -0.00880346 0.00880349
-1.68802e-09 0.00915702 0.026764
-1.80444e-09 0.00880346 0.0271175
numsurf 1
SURF 0x0
mat 1
refs 5
1 0 0
2 1 0
3 1 1
0 0.5 1
4 0 1
kids 0
OBJECT group
name "Pick"
loc 0.00141667 -0.00554903 0.00299342
kids 2
OBJECT poly
name "Knob.Pick.L"
crease 45.000000
numvert 15
0.00283564 0 0
-0.00283564 -2.32831e-09 0.003
-0.00283564 -0.0015 0.00259808
-0.00283564 -0.00259808 0.0015
-0.00283564 -0.003 0
-0.00283564 0.003 0
-0.00283564 0.00259808 0.0015
-0.00283564 0.0015 0.00259808
0.00283564 -2.32831e-09 0.003
0.00283564 -0.0015 0.00259808
0.00283564 -0.00259808 0.0015
0.00283564 -0.003 0
0.00283564 0.003 0
0.00283564 0.00259808 0.0015
0.00283564 0.0015 0.00259808
numsurf 12
SURF 0x10
mat 2
refs 3
0 0 0
14 0 0
8 0 0
SURF 0x10
mat 2
refs 3
0 0 0
8 0 0
9 0 0
SURF 0x10
mat 2
refs 3
0 0 0
9 0 0
10 0 0
SURF 0x10
mat 2
refs 3
0 0 0
10 0 0
11 0 0
SURF 0x10
mat 2
refs 3
0 0 0
12 0 0
13 0 0
SURF 0x10
mat 2
refs 3
0 0 0
13 0 0
14 0 0
SURF 0x10
mat 2
refs 4
14 -2.98023e-08 1
7 -2.98023e-08 0
1 0.0833333 0
8 0.0833333 1
SURF 0x10
mat 2
refs 4
8 0.0833333 1
1 0.0833333 0
2 0.166667 0
9 0.166667 1
SURF 0x10
mat 2
refs 4
9 0.166667 1
2 0.166667 0
3 0.25 0
10 0.25 1
SURF 0x10
mat 2
refs 4
10 0.25 1
3 0.25 0
4 0.333333 0
11 0.333333 1
SURF 0x10
mat 2
refs 4
12 0.833333 1
5 0.833333 0
6 0.916667 0
13 0.916667 1
SURF 0x10
mat 2
refs 4
13 0.916667 1
6 0.916667 0
7 1 0
14 1 1
kids 0
OBJECT poly
name "Knob.Pick.R"
crease 45.000000
numvert 15
0.00283564 0.003 0
0.00283564 0.00259808 -0.0015
0.00283564 0.0015 -0.00259808
0.00283564 0 -0.003
0.00283564 -0.0015 -0.00259808
0.00283564 -0.00259808 -0.0015
0.00283564 -0.003 0
-0.00283564 0.003 0
-0.00283564 0.00259808 -0.0015
-0.00283564 0.0015 -0.00259808
-0.00283564 0 -0.003
-0.00283564 -0.0015 -0.00259808
-0.00283564 -0.00259808 -0.0015
-0.00283564 -0.003 0
0.00283564 0 0
numsurf 12
SURF 0x10
mat 2
refs 4
1 0.75 1
8 0.75 0
7 0.833333 0
0 0.833333 1
SURF 0x10
mat 2
refs 4
2 0.666667 1
9 0.666667 0
8 0.75 0
1 0.75 1
SURF 0x10
mat 2
refs 4
3 0.583333 1
10 0.583333 0
9 0.666667 0
2 0.666667 1
SURF 0x10
mat 2
refs 4
4 0.5 1
11 0.5 0
10 0.583333 0
3 0.583333 1
SURF 0x10
mat 2
refs 4
5 0.416667 1
12 0.416667 0
11 0.5 0
4 0.5 1
SURF 0x10
mat 2
refs 4
6 0.333333 1
13 0.333333 0
12 0.416667 0
5 0.416667 1
SURF 0x10
mat 2
refs 3
14 0 0
1 0 0
0 0 0
SURF 0x10
mat 2
refs 3
14 0 0
2 0 0
1 0 0
SURF 0x10
mat 2
refs 3
14 0 0
3 0 0
2 0 0
SURF 0x10
mat 2
refs 3
14 0 0
4 0 0
3 0 0
SURF 0x10
mat 2
refs 3
14 0 0
5 0 0
4 0 0
SURF 0x10
mat 2
refs 3
14 0 0
6 0 0
5 0 0
kids 0
OBJECT poly
name "Face"
loc -0.001 0 0
texture "EGT.png"
crease 45.000000
numvert 10
0.000999999 -0.025 -0.025
0.000999999 -0.025 0.025
0.000999999 -9.31323e-10 0.025
0.000999999 -9.31323e-10 -0.025
-0.000999999 -9.31323e-10 -0.025
-0.000999999 -9.31323e-10 0.025
-0.000999999 -0.025 0.025
-0.000999999 -0.025 -0.025
-0.000999999 0.025 -0.025
-0.000999999 0.025 0.025
numsurf 3
SURF 0x0
mat 0
refs 4
2 0 0.245003
1 0 -0.117118
0 1 -0.117118
3 1 0.245003
SURF 0x0
mat 0
refs 4
5 0 0.214422
6 0 0
7 1 0
4 1 0.214422
SURF 0x0
mat 0
refs 4
4 1 0
8 1 1
9 0 1
5 0 0
kids 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

View file

@ -1,164 +0,0 @@
<?xml version="1.0" ?>
<!--
This file is part of FlightGear, the free flight simulator
http://www.flightgear.org/
Copyright (C) 2009 Torsten Dreyer, Torsten (at) t3r _dot_ de
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
-->
<PropertyList>
<path>EGT.ac</path>
<params>
<value>engines/engine[0]/egt-norm</value>
<bug>engines/engine[0]/egt-bug-norm</bug>
</params>
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>10</max-m>
</animation>
<animation>
<type>material</type>
<object-name>Needle</object-name>
<object-name>Bug</object-name>
<object-name>Face</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Needle</object-name>
<property alias="../../params/value"/>
<factor>-90.0</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.0015</x-m>
<y-m>0</y-m>
<z-m>-0.00766508</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>Bug</object-name>
<property alias="../../params/bug"/>
<factor>-90.0</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.0015</x-m>
<y-m>0</y-m>
<z-m>-0.00766508</z-m>
</center>
</animation>
<animation>
<type>pick</type>
<object-name>Knob.Pick.L</object-name>
<visible>false</visible>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/bug"/>
<step>-0.01</step>
<min>0.0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/bug"/>
<step>-0.1</step>
<min>0.0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
<action>
<button>3</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/bug"/>
<step>-0.01</step>
<min>0.0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Knob.Pick.R</object-name>
<visible>false</visible>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/bug"/>
<step>0.01</step>
<min>0.0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/bug"/>
<step>0.1</step>
<min>0.0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
<action>
<button>4</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/bug"/>
<step>0.01</step>
<min>0.0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,36 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>MagneticCompass.ac</path>
<animation>
<type>material</type>
<object-name>Ball</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Ball</object-name>
<property>instrumentation/magnetic-compass/indicated-heading-deg</property>
<center>
<x-m>-0.022</x-m>
<y-m>0.00</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,41 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>RPM.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PointerTip</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PointerCentre</object-name>
<object-name>PointerTip</object-name>
<property>engines/engine[0]/rpm</property>
<interpolation>
<entry><ind>0</ind><dep>15</dep></entry>
<entry><ind>3000</ind><dep>257</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,47 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>VSI.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PointerTip</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PointerCentre</object-name>
<object-name>PointerTip</object-name>
<property>instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
<interpolation>
<entry><ind>-2000</ind><dep>-172</dep></entry>
<entry><ind>-1500</ind><dep>-130</dep></entry>
<entry><ind>-1000</ind><dep>-79</dep></entry>
<entry><ind>-500</ind><dep>-33</dep></entry>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>500</ind><dep>33</dep></entry>
<entry><ind>1000</ind><dep>79</dep></entry>
<entry><ind>1500</ind><dep>130</dep></entry>
<entry><ind>2000</ind><dep>172</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>

View file

@ -1,70 +0,0 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 2
OBJECT poly
name "Needle"
loc 0.002501 -0.00207536 0
crease 45.000000
numvert 9
0 0.0135253 -0.001537
0 -0.00689564 -0.001537
0 -0.00689564 0.001537
0 0.0135253 0.001537
0 0.016972 0.000726
0 0.016972 -0.000726
0 0.0262528 -0.000726
0 0.0262528 0.000726
0 0.0291699 0
numsurf 5
SURF 0x0
mat 0
refs 4
0 0 0
3 0 0
2 0 0
1 0 0
SURF 0x0
mat 0
refs 4
3 0 0
0 0 0
5 0 0
4 0 0
SURF 0x0
mat 0
refs 3
5 0 0
6 0 0
8 0 0
SURF 0x0
mat 0
refs 3
8 0 0
7 0 0
4 0 0
SURF 0x0
mat 0
refs 3
8 0 0
4 0 0
5 0 0
kids 0
OBJECT poly
name "Face"
texture "asi.png"
crease 45.000000
numvert 4
0 0.04 -0.04
0 -0.04 -0.04
0 -0.04 0.04
0 0.04 0.04
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.941406 0.941406
3 0.0507812 0.941406
2 0.0507812 0.0507812
1 0.941406 0.0507812
kids 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

View file

@ -1,91 +0,0 @@
#!/usr/bin/env python
from svginstr import *
import sys
__author__ = "Melchior FRANZ < mfranz # aon : at >"
__url__ = "http://gitorious.org/svginstr/"
__version__ = "0.2"
__license__ = "GPL v2+"
__doc__ = """
"""
try:
a = Instrument("asi.svg", 512, 512, "test face; " + __version__)
a.disc(98, color = 'black')
a.disc(1)
# define mapping function: map scale value 30 - 160 to angle 0-320 degree.
# However, the values from 100-160 are compressed slightly, so the lambda function is just 120 values
a.angle = lambda x: x * 300.0 / 115.0 - 145.0
# inside line
l = 50
# compression
compress = 0.8
a.arc(44, 100 + 27 * compress, l+3, width = 8, color = "green")
a.arc(100 + 27 * compress, 100 + 58 * compress, l+3, width = 8, color = "yellow")
a.arc(33, 85, l, width = 3, color = "white")
for i in range(35, 100, 5):
a.tick(i, l, 58, 2)
for i in range(100, 152, int(5 * compress + 0.5)):
a.tick(i, l, 58, 2)
for i in range(40, 100, 10):
a.tick(i, l, 65, 2)
for i in range(100, 155, int(10 * compress + 0.5)):
a.tick(i, l, 65, 2)
a.tick(100 + 58 * compress, l, 60, color="red")
# mph conversion
mph = 0.8689
k = 30
for i in range(40, 100, int(10 * mph)):
a.tick(i, k, k + 6, 1)
for i in range(40 + int(65 * mph), 150, int(10 * mph * compress)):
a.tick(i, k, k + 6, 1)
# fc-list tells you the names of available fonts on Linux (fc ... font cache)
s = 13
a.at(0,-70).text("AIRSPEED", size = 10, font_family = "Lucida Sans", color = "white")
a.at(0,-55).text("KNOTS", size = 10, font_family = "Lucida Sans", color = "white")
a.at(60,-42).text(40, size = s, font_family = "Lucida Sans", color = "white")
a.at(75,20).text(60, size = s, font_family = "Lucida Sans", color = "white")
a.at(35,72).text(80, size = s, font_family = "Lucida Sans", color = "white")
a.at(-40,72).text(100, size = s, font_family = "Lucida Sans", color = "white")
a.at(-75,30).text(120, size = s, font_family = "Lucida Sans", color = "white")
a.at(-75,-20).text(140, size = s, font_family = "Lucida Sans", color = "white")
a.at(-45,-57).text(160, size = s, font_family = "Lucida Sans", color = "white")
# mph markings
s = 7
a.at(16,-18).text(40, size = s, font_family = "Lucida Sans", color = "white")
a.at(22,2).text(60, size = s, font_family = "Lucida Sans", color = "white")
a.at(16,20).text(80, size = s, font_family = "Lucida Sans", color = "white")
a.at(0,27).text(100, size = s, font_family = "Lucida Sans", color = "white")
a.at(-14,22).text(120, size = s, font_family = "Lucida Sans", color = "white")
a.at(-19,13).text(140, size = s, font_family = "Lucida Sans", color = "white")
a.at(-22,0).text(160, size = s, font_family = "Lucida Sans", color = "white")
a.at(-17,-14).text(180, size = s, font_family = "Lucida Sans", color = "white")
a.at(0,-20).text("MPH", size = s, font_family = "Lucida Sans", color = "white")
#a.at(75,20).text(60, size = s, font_family = "Lucida Sans", color = "white")
#a.at(35,72).text(80, size = s, font_family = "Lucida Sans", color = "white")
#a.at(-40,72).text(100, size = s, font_family = "Lucida Sans", color = "white")
#a.at(-75,30).text(120, size = s, font_family = "Lucida Sans", color = "white")
#a.at(-75,-20).text(140, size = s, font_family = "Lucida Sans", color = "white")
#a.at(-45,-55).text(160, size = s, font_family = "Lucida Sans", color = "white")
except Error as e:
print >>sys.stderr, "\033[31;1m%s\033[m\n" % e

View file

@ -1,59 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<name>ASI</name>
<path>asi.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Needle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Needle</object-name>
<property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
<interpolation>
<entry><ind> 0</ind><dep> 0</dep></entry>
<entry><ind> 35</ind><dep> 36</dep></entry>
<entry><ind> 40</ind><dep> 50</dep></entry>
<entry><ind> 60</ind><dep> 100</dep></entry>
<entry><ind> 80</ind><dep> 152</dep></entry>
<entry><ind> 100</ind><dep> 206</dep></entry>
<entry><ind> 120</ind><dep> 249</dep></entry>
<entry><ind> 140</ind><dep> 291</dep></entry>
<entry><ind> 160</ind><dep> 333</dep></entry>
<entry><ind> 190</ind><dep> 340</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>Face</object-name>
<object-name>Needle</object-name>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>airspeed</tooltip-id>
<label>Airspeed: %3dkts</label>
<property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
</binding>
</hovered>
</animation>
</PropertyList>

View file

@ -1,115 +0,0 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "Material.001" rgb 1 1 1 amb 0.5 0.5 0.5 emis 0.15 0.15 0.15 spec 1 1 1 shi 72 trans 0
OBJECT world
kids 3
OBJECT poly
name "Face"
data 8
Mesh.005
texture "fuel-oil.rgb"
texrep 1 1
crease 30.000000
numvert 6
0 -0.009802 0.031235
0 0.009802 0.031235
0 0.009802 -0.03347
0 -0.009802 -0.03347
0 -0.009802 -4.6e-005
0 0.009802 7.1e-005
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.00390625 0.2265625
4 0.193539649248 0.226562485099
5 0.192815095186 0.765625059605
1 0.00390625 0.765625
SURF 0x00
mat 1
refs 4
4 0.791512787342 0.226562529802
3 0.994140625 0.2265625
2 0.994140625 0.765625
5 0.790821909904 0.765625059605
kids 0
OBJECT poly
name "LeftFuelNeedle"
data 8
Mesh.004
crease 30.000000
numvert 7
0.001239 0.002861 0.015565
0.001239 -0.018203 0.015565
0.001239 -0.018203 0.016893
0.001239 0.002861 0.016893
0.001239 -0.007671 0.016893
0.001239 -0.007671 0.015565
0.001239 -0.018203 0.016229
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
5 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
2 0.0 0.0
6 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
1 0.0 0.0
5 0.0 0.0
kids 0
OBJECT poly
name "RightFuelNeedle"
data 8
Mesh.001
crease 30.000000
numvert 7
0.001239 0.002861 -0.015565
0.001239 -0.018203 -0.015565
0.001239 -0.018203 -0.016893
0.001239 0.002861 -0.016893
0.001239 -0.007671 -0.016893
0.001239 -0.007671 -0.015565
0.001239 -0.018203 -0.016229
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
5 0.0 0.0
4 0.0 0.0
3 0.0 0.0
SURF 0x00
mat 1
refs 3
4 0.0 0.0
5 0.0 0.0
6 0.0 0.0
SURF 0x00
mat 1
refs 3
4 0.0 0.0
6 0.0 0.0
2 0.0 0.0
SURF 0x00
mat 1
refs 3
5 0.0 0.0
1 0.0 0.0
6 0.0 0.0
kids 0

View file

@ -1,108 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>c172fuel.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>LeftFuelNeedle</object-name>
<object-name>RightFuelNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>LeftFuelNeedle</object-name>
<property>consumables/fuel/tank[0]/level-gal_us</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>5</ind>
<dep>-18</dep>
</entry>
<entry>
<ind>10</ind>
<dep>-7</dep>
</entry>
<entry>
<ind>15</ind>
<dep>5</dep>
</entry>
<entry>
<ind>20</ind>
<dep>16</dep>
</entry>
<entry>
<ind>24</ind>
<dep>27</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>-0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>RightFuelNeedle</object-name>
<property>consumables/fuel/tank[1]/level-gal_us</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>5</ind>
<dep>-18</dep>
</entry>
<entry>
<ind>10</ind>
<dep>-7</dep>
</entry>
<entry>
<ind>15</ind>
<dep>5</dep>
</entry>
<entry>
<ind>20</ind>
<dep>16</dep>
</entry>
<entry>
<ind>24</ind>
<dep>27</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,103 +0,0 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "Material.001" rgb 1 1 1 amb 0.5 0.5 0.5 emis 0.15 0.15 0.15 spec 1 1 1 shi 72 trans 0
OBJECT world
kids 3
OBJECT poly
name "Face"
data 8
Mesh.005
texture "fuel-oil.rgb"
texrep 1 1
crease 30.000000
numvert 6
0 -0.009779 0.033505
0 0.009779 0.033374
0 -0.009779 -5.1e-005
0 0.009779 -5e-006
0 -0.009779 -0.033271
0 0.009779 -0.032917
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.189988359809 0.2265625
2 0.394032120705 0.2265625
3 0.394032120705 0.765625
1 0.190780520439 0.765625
SURF 0x00
mat 1
refs 4
2 0.591079771519 0.226562514901
4 0.793088853359 0.226562514901
5 0.790941417217 0.765625
3 0.590524494648 0.765625
kids 0
OBJECT poly
name "OilPressNeedle"
data 8
Mesh.001
crease 30.000000
numvert 6
0.001236 0.002855 -0.017719
0.001236 -0.018162 -0.017719
0.001236 -0.018162 -0.016394
0.001236 0.002855 -0.016394
0.001236 -0.007653 -0.016394
0.001236 -0.007653 -0.017719
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "OilTempNeedle"
data 8
Mesh.003
crease 30.000000
numvert 7
0.001236 0.002855 0.014881
0.001236 -0.018162 0.014881
0.001236 -0.018162 0.016206
0.001236 0.002855 0.016206
0.001236 -0.007653 0.016206
0.001236 -0.007653 0.014881
0.001236 -0.018162 0.015543
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
5 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
2 0.0 0.0
6 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
1 0.0 0.0
5 0.0 0.0
kids 0

View file

@ -1,98 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>c172oil.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>OilTempNeedle</object-name>
<object-name>OilPressNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>OilTempNeedle</object-name>
<property>engines/engine[0]/oil-temperature-degf</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-36</dep>
</entry>
<entry>
<ind>75</ind>
<dep>-34</dep>
</entry>
<entry>
<ind>180</ind>
<dep>4</dep>
</entry>
<entry>
<ind>260</ind>
<dep>29</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>-0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>OilPressNeedle</object-name>
<property>engines/engine[0]/oil-pressure-psi</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>25</ind>
<dep>-21</dep>
</entry>
<entry>
<ind>60</ind>
<dep>3</dep>
</entry>
<entry>
<ind>90</ind>
<dep>22</dep>
</entry>
<entry>
<ind>120</ind>
<dep>30</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,93 +0,0 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 72 trans 0
OBJECT world
kids 4
OBJECT poly
name "MinuteHand"
numvert 5
0.001119 0.023237 0
0.001119 0.001066 -0.000697
0.001119 0.001066 0.000698
0.001119 0.009934 0.001043
0.001119 0.009934 -0.001043
numsurf 2
SURF 0x00
mat 0
refs 3
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
4 0.0 0.0
3 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "HourHand"
numvert 5
0.000639 0.015039 -3.6e-05
0.000639 0.001074 -0.000704
0.000639 0.001074 0.000691
0.000639 0.011129 0.001247
0.000639 0.011129 -0.001319
numsurf 2
SURF 0x00
mat 0
refs 3
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
4 0.0 0.0
3 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "Face"
texture "/home/m/fgfs/Base/Aircraft/bo105/Instruments/clock/clock.rgb"
texrep 1 1
numvert 4
0 0.026 -0.026
0 -0.026 -0.026
0 -0.026 0.026
0 0.026 0.026
numsurf 1
SURF 0x00
mat 0
refs 4
0 1.0 1.0
3 0.0 1.0
2 0.0 0.0
1 1.0 0.0
kids 0
OBJECT poly
name "SecondHand"
numvert 6
0.001545 0.023124 -0.000413
0.001545 0.001081 -0.000369
0.001545 0.001066 0.000334
0.001545 0.02311 0.00029
0.001545 0.006682 0.000348
0.001545 0.006697 -0.000354
numsurf 2
SURF 0x00
mat 0
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0

View file

@ -1,59 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>clock.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>SecondHand</object-name>
<object-name>MinuteHand</object-name>
<object-name>HourHand</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>SecondHand</object-name>
<property>sim/time/utc/day-seconds</property>
<factor>6</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>MinuteHand</object-name>
<property>sim/time/utc/day-seconds</property>
<factor>0.1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HourHand</object-name>
<property>sim/time/utc/day-seconds</property>
<factor>0.008333</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,858 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.745 0.745 0.745 emis 0 0 0 spec 0 0 0 shi 10 trans 0
MATERIAL "ac3dmat11" rgb 0.933333 0.501961 0.933333 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 1
MATERIAL "ac3dmat1" rgb 0.722 0.722 0.722 amb 0.325 0.325 0.325 emis 0 0 0 spec 1 1 1 shi 85 trans 0
MATERIAL "ac3dmat0" rgb 0.102 0.102 0.102 amb 0.204 0.204 0.204 emis 0 0 0 spec 0.231 0.231 0.231 shi 10 trans 0
OBJECT world
kids 6
OBJECT poly
name "SourceSelectorPick.R"
loc 1e-05 -0.00247225 0.0623157
crease 45.000000
numvert 4
0 0.0114328 -0.0169898
0 -0.0114328 -0.0169898
0 0.0114328 -0.00337207
0 -0.0114328 -0.00337207
numsurf 1
SURF 0x30
mat 1
refs 4
1 1 0
0 1 1
2 0.5 1
3 0.5 0
kids 0
OBJECT poly
name "SourceSelectorPick.L"
loc 1e-05 -0.00247225 0.0623157
crease 45.000000
numvert 4
0 -0.0114328 -0.00337207
0 0.0114328 -0.00337207
0 -0.0114328 0.0102457
0 0.0114328 0.0102457
numsurf 1
SURF 0x30
mat 1
refs 4
1 0.5 1
3 0 1
2 0 0
0 0.5 0
kids 0
OBJECT poly
name "SourceSelectorKnob"
loc 0.005 -1.20758e-09 0.0589436
texture "dme.rgb"
crease 45.000000
numvert 24
0.005 -0.00375 0.00649519
0.005 6.72469e-10 0.0075
0.005 0.00375 0.00649519
0.005 0.00649519 0.00375
0.005 0.0075 0
0.005 0.00649519 -0.00375
0.005 0.00375 -0.00649519
0.005 -6.72469e-10 -0.0075
0.005 -0.00375 -0.00649519
0.005 -0.00649518 -0.00375
0.005 -0.0075 0
0.005 -0.00649519 0.00375
-0.005 -0.00375 0.00649519
-0.005 6.72469e-10 0.0075
-0.005 0.00375 0.00649519
-0.005 0.00649519 0.00375
-0.005 0.0075 0
-0.005 0.00649519 -0.00375
-0.005 0.00375 -0.00649519
-0.005 -6.72469e-10 -0.0075
-0.005 -0.00375 -0.00649519
-0.005 -0.00649518 -0.00375
-0.005 -0.0075 0
-0.005 -0.00649519 0.00375
numsurf 13
SURF 0x10
mat 0
refs 12
11 0.9894 0.261204
10 0.975925 0.0809096
9 0.957517 0.0149178
8 0.93911 0.0809096
7 0.925635 0.261204
6 0.920703 0.507491
5 0.925635 0.753778
4 0.93911 0.934072
3 0.957517 1.00006
2 0.975925 0.934072
1 0.9894 0.753778
0 0.994332 0.507491
SURF 0x10
mat 0
refs 4
1 0.971328 0.403939
13 0.971328 0.363203
12 0.974239 0.363203
0 0.974239 0.403939
SURF 0x10
mat 0
refs 4
2 0.968418 0.403939
14 0.968418 0.363203
13 0.971328 0.363203
1 0.971328 0.403939
SURF 0x10
mat 0
refs 4
3 0.965509 0.403939
15 0.965509 0.363203
14 0.968418 0.363203
2 0.968418 0.403939
SURF 0x10
mat 0
refs 4
4 0.9626 0.403939
16 0.9626 0.363203
15 0.965509 0.363203
3 0.965509 0.403939
SURF 0x10
mat 0
refs 4
5 0.959689 0.403939
17 0.959689 0.363203
16 0.9626 0.363203
4 0.9626 0.403939
SURF 0x10
mat 0
refs 4
6 0.956779 0.403939
18 0.956779 0.363203
17 0.959689 0.363203
5 0.959689 0.403939
SURF 0x10
mat 0
refs 4
7 0.953869 0.403939
19 0.953869 0.363203
18 0.956779 0.363203
6 0.956779 0.403939
SURF 0x10
mat 0
refs 4
8 0.950959 0.403939
20 0.950959 0.363203
19 0.953869 0.363203
7 0.953869 0.403939
SURF 0x10
mat 0
refs 4
9 0.948049 0.403939
21 0.948049 0.363203
20 0.950959 0.363203
8 0.950959 0.403939
SURF 0x10
mat 0
refs 4
10 0.945139 0.403939
22 0.945139 0.363203
21 0.948049 0.363203
9 0.948049 0.403939
SURF 0x10
mat 0
refs 4
11 0.94223 0.403939
23 0.94223 0.363203
22 0.945139 0.363203
10 0.945139 0.403939
SURF 0x10
mat 0
refs 4
0 0.93932 0.403939
12 0.93932 0.363203
23 0.94223 0.363203
11 0.94223 0.403939
kids 0
OBJECT group
name "PowerSwitch"
loc 0.0046686 -0.00209286 0.0328942
kids 2
OBJECT poly
name "PowerSwitch.Lever"
loc 0.00343381 -0.00209286 6.35162e-06
crease 45.000000
numvert 14
0.000929173 0.000622861 0.00093431
0.000929171 0.000622862 -0.000936609
0.00042909 -0.000243307 -0.00139229
-6.08312e-05 -0.00109187 -0.000936616
-6.08303e-05 -0.00109187 0.00093431
0.00042909 -0.000243307 0.0013779
-0.0165787 0.0095717 -7.52509e-07
0.00791337 -0.00379003 0.00163651
0.00791337 -0.00379003 -0.00163651
0.00757587 -0.0043746 -0.00163651
0.00723836 -0.00495917 -0.00163651
0.00723836 -0.00495917 0.00163651
0.00757587 -0.0043746 0.00163651
0.00757587 -0.0043746 8.0131e-06
numsurf 24
SURF 0x10
mat 2
refs 3
0 1 1
1 0.833333 1
6 0.833333 0
SURF 0x10
mat 2
refs 3
1 0.833333 1
2 0.666667 1
6 0.666667 0
SURF 0x10
mat 2
refs 3
2 0.666667 1
3 0.5 1
6 0.5 0
SURF 0x10
mat 2
refs 3
3 0.5 1
4 0.333333 1
6 0.333333 0
SURF 0x10
mat 2
refs 3
4 0.333333 1
5 0.166667 1
6 0.166667 0
SURF 0x10
mat 2
refs 3
5 0.166667 1
0 0 1
6 0 0
SURF 0x10
mat 2
refs 3
7 1 1
1 0.833333 0
0 1 0
SURF 0x10
mat 2
refs 3
7 1 1
8 0.833333 1
1 0.833333 0
SURF 0x10
mat 2
refs 3
8 0.833333 1
2 0.666667 0
1 0.833333 0
SURF 0x10
mat 2
refs 3
8 0.833333 1
9 0.666667 1
2 0.666667 0
SURF 0x10
mat 2
refs 3
9 0.666667 1
3 0.5 0
2 0.666667 0
SURF 0x10
mat 2
refs 3
9 0.666667 1
10 0.5 1
3 0.5 0
SURF 0x10
mat 2
refs 3
10 0.5 1
4 0.333333 0
3 0.5 0
SURF 0x10
mat 2
refs 3
10 0.5 1
11 0.333333 1
4 0.333333 0
SURF 0x10
mat 2
refs 3
11 0.333333 1
5 0.166667 0
4 0.333333 0
SURF 0x10
mat 2
refs 3
11 0.333333 1
12 0.166667 1
5 0.166667 0
SURF 0x10
mat 2
refs 3
12 0.166667 1
0 0 0
5 0.166667 0
SURF 0x10
mat 2
refs 3
12 0.166667 1
7 0 1
0 0 0
SURF 0x10
mat 2
refs 3
13 0.5 0.5
10 0.75 0
9 1 0.5
SURF 0x10
mat 2
refs 3
13 0.5 0.5
11 0.25 0
10 0.75 0
SURF 0x10
mat 2
refs 3
13 0.5 0.5
12 0 0.5
11 0.25 0
SURF 0x10
mat 2
refs 3
13 0.5 0.5
7 0.25 1
12 0 0.5
SURF 0x10
mat 2
refs 3
13 0.5 0.5
8 0.75 1
7 0.25 1
SURF 0x10
mat 2
refs 3
13 0.5 0.5
9 1 0.5
8 0.75 1
kids 0
OBJECT poly
name "PowerSwitch.Base"
loc -0.00343381 0.00209286 -6.34789e-06
crease 45.000000
numvert 78
0.0012069 -0.00161563 -0.00236674
0.0012069 -0.00272206 -0.00113996
0.0012069 -0.00296251 0.000466783
0.0012069 -0.00226064 0.00194336
0.0012069 -0.000839288 0.00282096
0.0012069 0.000850275 0.00282096
0.0012069 0.00227163 0.00194336
0.0012069 0.0029735 0.000466786
0.0012069 0.00273305 -0.00113996
0.0012069 0.00162662 -0.00236674
0.0012069 5.49643e-06 -0.00282406
-0.0012069 -0.00161563 -0.00236674
-0.0012069 -0.00272206 -0.00113996
-0.0012069 -0.00296251 0.000466783
-0.0012069 -0.00226064 0.00194336
-0.0012069 -0.000839288 0.00282096
-0.0012069 0.000850275 0.00282096
-0.0012069 0.00227163 0.00194336
-0.0012069 0.0029735 0.000466786
-0.0012069 0.00273305 -0.00113996
-0.0012069 0.00162662 -0.00236674
-0.0012069 5.49643e-06 -0.00282406
-0.00117217 -0.00400129 0.00224869
-0.000372166 -0.00400129 0.00224869
-0.000372166 -4.47663e-06 0.00449773
-0.00117217 -4.47663e-06 0.00449773
-0.00117217 -0.00248811 0.00142167
-0.000372166 -0.00248811 0.00142167
-0.000372166 -1.0177e-06 0.00281356
-0.00117217 -1.0177e-06 0.00281356
-0.00117217 -0.00399977 -0.00225613
-0.000372166 -0.00399977 -0.00225613
-0.000372166 -0.00399979 0.00224785
-0.00117217 -0.00399979 0.00224785
-0.00117217 -0.00246328 -0.00141115
-0.000372166 -0.00246328 -0.00141115
-0.000372166 -0.00248693 0.00142167
-0.00117217 -0.00248693 0.00142167
-0.00117217 -4.47617e-06 -0.00449828
-0.000372166 -4.47617e-06 -0.00449828
-0.000372166 -0.003995 -0.00225613
-0.00117217 -0.003995 -0.00225613
-0.00117217 -1.01724e-06 -0.00281144
-0.000372166 -1.01724e-06 -0.00281144
-0.000372166 -0.00245952 -0.00141115
-0.00117217 -0.00245952 -0.00141115
-0.00117217 0.00399685 -0.00225613
-0.000372166 0.00399685 -0.00225613
-0.000372166 -4.47617e-06 -0.00450227
-0.00117217 -4.47617e-06 -0.00450227
-0.00117217 0.00248964 -0.00141115
-0.000372166 0.00248964 -0.00141115
-0.00117217 0.00399511 0.00225198
-0.000372166 0.00399511 0.00225198
-0.000372166 0.00399871 -0.00225613
-0.00117217 0.00399871 -0.00225613
-0.00117217 0.00251189 0.00142167
-0.000372166 0.00251189 0.00142167
-0.000372166 0.0024911 -0.00141115
-0.00117217 0.0024911 -0.00141115
-0.000372166 0.00399121 0.00224979
-0.00117217 0.00399121 0.00224979
-0.000372166 0.00250882 0.00142167
-0.00117217 0.00250882 0.00142167
-0.0012069 6.98492e-10 -0.005
-0.0012069 -0.00234068 -0.00441884
-0.0012069 -0.00414514 -0.00280848
-0.0012069 -0.005 -0.000537854
-0.0012069 -0.00470942 0.00187288
-0.0012069 -0.00333996 0.00387145
-0.0012069 -0.00120537 0.005
-0.0012069 0.00120537 0.005
-0.0012069 0.00333997 0.00387145
-0.0012069 0.00470942 0.00187288
-0.0012069 0.005 -0.000537854
-0.0012069 0.00414514 -0.00280848
-0.0012069 0.00234068 -0.00441884
-0.000785599 4.65661e-10 -4.66406e-06
numsurf 47
SURF 0x30
mat 2
refs 3
0 1 1
12 0.909091 0
11 1 0
SURF 0x30
mat 2
refs 3
0 1 1
1 0.909091 1
12 0.909091 0
SURF 0x30
mat 2
refs 3
1 0.909091 1
13 0.818182 0
12 0.909091 0
SURF 0x30
mat 2
refs 3
1 0.909091 1
2 0.818182 1
13 0.818182 0
SURF 0x30
mat 2
refs 3
2 0.818182 1
14 0.727273 0
13 0.818182 0
SURF 0x30
mat 2
refs 3
2 0.818182 1
3 0.727273 1
14 0.727273 0
SURF 0x30
mat 2
refs 3
3 0.727273 1
15 0.636364 0
14 0.727273 0
SURF 0x30
mat 2
refs 3
3 0.727273 1
4 0.636364 1
15 0.636364 0
SURF 0x30
mat 2
refs 3
4 0.636364 1
16 0.545455 0
15 0.636364 0
SURF 0x30
mat 2
refs 3
4 0.636364 1
5 0.545455 1
16 0.545455 0
SURF 0x30
mat 2
refs 3
5 0.545455 1
17 0.454545 0
16 0.545455 0
SURF 0x30
mat 2
refs 3
5 0.545455 1
6 0.454545 1
17 0.454545 0
SURF 0x30
mat 2
refs 3
6 0.454545 1
18 0.363636 0
17 0.454545 0
SURF 0x30
mat 2
refs 3
6 0.454545 1
7 0.363636 1
18 0.363636 0
SURF 0x30
mat 2
refs 3
7 0.363636 1
19 0.272727 0
18 0.363636 0
SURF 0x30
mat 2
refs 3
7 0.363636 1
8 0.272727 1
19 0.272727 0
SURF 0x30
mat 2
refs 3
8 0.272727 1
20 0.181818 0
19 0.272727 0
SURF 0x30
mat 2
refs 3
8 0.272727 1
9 0.181818 1
20 0.181818 0
SURF 0x30
mat 2
refs 3
9 0.181818 1
21 0.0909091 0
20 0.181818 0
SURF 0x30
mat 2
refs 3
9 0.181818 1
10 0.0909091 1
21 0.0909091 0
SURF 0x30
mat 2
refs 3
10 0.0909091 1
11 0 0
21 0.0909091 0
SURF 0x30
mat 2
refs 3
10 0.0909091 1
0 0 1
11 0 0
SURF 0x0
mat 2
refs 4
22 1 0
23 1 1
24 0 1
25 0 0
SURF 0x0
mat 2
refs 4
23 0 0
27 1 0
28 1 1
24 0 1
SURF 0x0
mat 2
refs 4
30 1 0
31 1 1
32 0 1
33 0 0
SURF 0x0
mat 2
refs 4
31 0 0
35 1 0
36 1 1
32 0 1
SURF 0x0
mat 2
refs 4
38 1 0
39 1 1
40 0 1
41 0 0
SURF 0x0
mat 2
refs 4
39 0 0
43 1 0
44 1 1
40 0 1
SURF 0x0
mat 2
refs 4
46 1 0
47 1 1
48 0 1
49 0 0
SURF 0x0
mat 2
refs 4
47 0 0
51 1 0
43 1 1
48 0 1
SURF 0x0
mat 2
refs 4
52 1 0
53 1 1
54 0 1
55 0 0
SURF 0x0
mat 2
refs 4
53 0 0
57 1 0
58 1 1
54 0 1
SURF 0x0
mat 2
refs 4
25 1 0
24 1 1
60 0 1
61 0 0
SURF 0x0
mat 2
refs 4
24 0 0
28 1 0
62 1 1
60 0 1
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
65 0.941884 0.265932
64 1 0.5
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
66 0.780848 0.0854858
65 0.941884 0.265932
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
67 0.553785 0
66 0.780848 0.0854858
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
68 0.312712 0.0290583
67 0.553785 0
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
69 0.112855 0.166004
68 0.312712 0.0290583
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
70 0 0.379463
69 0.112855 0.166004
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
71 5.02364e-08 0.620537
70 0 0.379463
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
72 0.112855 0.833997
71 5.02364e-08 0.620537
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
73 0.312712 0.970942
72 0.112855 0.833997
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
74 0.553785 1
73 0.312712 0.970942
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
75 0.780848 0.914514
74 0.553785 1
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
76 0.941884 0.734068
75 0.780848 0.914514
SURF 0x10
mat 2
refs 3
77 0.492628 0.5
64 1 0.5
76 0.941884 0.734068
kids 0
OBJECT group
name "Labels"
loc 0.00123479 -0.0270189 0.00802124
kids 6
OBJECT poly
name "n1"
loc 0 0.00157662 0.0340641
texture "dme.rgb"
crease 45.000000
numvert 4
0 0.0347661 0.0208091
0 0.0347661 0.0245444
0 0.0443462 0.0245444
0 0.0443462 0.0208091
numsurf 1
SURF 0x0
mat 0
refs 4
3 0.426096 1.00001
2 0.426189 0.00318251
1 0.558809 0.00318251
0 0.558897 1.00001
kids 0
OBJECT poly
name "n2"
loc 0 0.00157662 0.0225616
texture "dme.rgb"
crease 45.000000
numvert 4
0 0.0443462 0.0208091
0 0.0443462 0.0245444
0 0.0347661 0.0245444
0 0.0347661 0.0208091
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.571156 1
1 0.571093 0
2 0.70335 0
3 0.703289 1
kids 0
OBJECT poly
name "hld"
loc 0 0.00157662 0.0282435
texture "dme.rgb"
crease 45.000000
numvert 4
0 0.0347661 0.0208091
0 0.0347661 0.0245444
0 0.0443462 0.0245444
0 0.0443462 0.0208091
numsurf 1
SURF 0x0
mat 0
refs 4
3 0.705565 1
2 0.705275 0
1 0.864801 0
0 0.864766 1
kids 0
OBJECT poly
name "Label3"
loc 0 -0.00111467 -0.0354037
texture "dme.rgb"
crease 45.000000
numvert 4
0 0.0315161 0.0455143
0 0.0315161 0.0536843
0 0.0247077 0.0536843
0 0.0247077 0.0455143
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.410174 1
1 0.280411 1
2 0.280478 0
3 0.410272 0
kids 0
OBJECT poly
name "on"
loc 0 0.0092791 -0.0247327
texture "dme.rgb"
crease 45.000000
numvert 4
0 0.0247077 0.0455143
0 0.0247077 0.0536843
0 0.0315161 0.0536843
0 0.0315161 0.0455143
numsurf 1
SURF 0x0
mat 0
refs 4
3 0.100419 1.00001
2 0.00261911 1.00001
1 0.00261938 0.00318246
0 0.100444 0.00318246
kids 0
OBJECT poly
name "off"
loc 0 -0.0128943 -0.0247327
texture "dme.rgb"
crease 45.000000
numvert 4
0 0.0315161 0.0455143
0 0.0315161 0.0536843
0 0.0247077 0.0536843
0 0.0247077 0.0455143
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.251062 1
1 0.127869 1
2 0.127899 0
3 0.251122 0
kids 0
OBJECT poly
name "Plane"
loc -0.0325442 0 -9.31323e-09
crease 45.000000
numvert 4
0.0325441 -0.0255 0.079
0.0325441 -0.0255 -0.079
0.0325441 0.0255 -0.079
0.0325441 0.0255 0.079
numsurf 1
SURF 0x10
mat 3
refs 4
0 0.210388 0.35829
1 0.406498 0.35829
2 0.406498 0.477495
3 0.210388 0.477495
kids 0

View file

@ -1,249 +0,0 @@
<?xml version="1.0" ?>
<!--
Maintainer: Torsten Dreyer
-->
<PropertyList>
<params>
<power-btn>instrumentation/dme[0]/power-btn</power-btn>
<serviceable>instrumentation/dme[0]/serviceable</serviceable>
</params>
<path>dme.ac</path>
<model>
<path>Aircraft/c172p/Instruments/dme/ki266.xml</path>
<name>ki266</name>
<offsets>
<x-m>0.00140005</x-m>
<y-m>0.0274714</y-m>
<z-m>0.0</z-m>
</offsets>
</model>
<animation>
<type>material</type>
<object-name>on</object-name>
<object-name>off</object-name>
<object-name>Label3</object-name>
<object-name>n1</object-name>
<object-name>hld</object-name>
<object-name>n2</object-name>
<object-name>SourceSelectorKnob</object-name>
<emission>
<red>0.4</red>
<green>0.08</green>
<blue>0.00004</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>PowerSwitch.Lever</object-name>
<object-name>PowerSwitch.Base</object-name>
<object-name>Plane</object-name>
<emission>
<red>0.1</red>
<green>0.02</green>
<blue>0.00001</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<!-- the power switch -->
<animation>
<type>rotate</type>
<object-name>PowerSwitch.Lever</object-name>
<property alias="../../params/power-btn"/>
<factor>-60</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<center>
<x-m>0.000862624</x-m>
<y-m>-0.0328855</y-m>
<z-m>0</z-m>
</center>
</animation>
<animation>
<type>pick</type>
<object-name>on</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-assign</command>
<property alias="../../../../params/power-btn"/>
<value>1</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>off</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-assign</command>
<property alias="../../../../params/power-btn"/>
<value>0</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>PowerSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property alias="../../../../params/power-btn"/>
</binding>
</action>
</animation>
<!-- the source switch -->
<animation>
<type>rotate</type>
<object-name>SourceSelectorKnob</object-name>
<property>instrumentation/dme/switch-position</property>
<factor>-30</factor>
<min-deg>-60</min-deg>
<max-deg>0</max-deg>
<offset-deg>30</offset-deg>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0.005</x-m>
<y-m>-0.0589436</y-m>
<z-m>0</z-m>
</center>
</animation>
<animation>
<type>pick</type>
<object-name>SourceSelectorPick.R</object-name>
<visible>false</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-adjust</command>
<property>instrumentation/dme/switch-position</property>
<step>1</step>
<min>1</min>
<max>3</max>
<wrap>0</wrap>
</binding>
<binding>
<condition>
<equals>
<property>instrumentation/dme/switch-position</property>
<value type="int">1</value>
</equals>
</condition>
<command>property-assign</command>
<property>instrumentation/dme/frequencies/source</property>
<value>instrumentation/nav[0]/frequencies/selected-mhz</value>
</binding>
<binding>
<condition>
<equals>
<property>instrumentation/dme/switch-position</property>
<value type="int">2</value>
</equals>
</condition>
<command>property-assign</command>
<property>instrumentation/dme/frequencies/source</property>
<value>instrumentation/dme/frequencies/selected-mhz</value>
</binding>
<binding>
<condition>
<equals>
<property>instrumentation/dme/switch-position</property>
<value type="int">2</value>
</equals>
</condition>
<command>property-assign</command>
<property>instrumentation/dme/frequencies/selected-mhz</property>
<property>instrumentation/nav[0]/frequencies/selected-mhz</property>
</binding>
<binding>
<condition>
<equals>
<property>instrumentation/dme/switch-position</property>
<value type="int">3</value>
</equals>
</condition>
<command>property-assign</command>
<property>instrumentation/dme/frequencies/source</property>
<value>instrumentation/nav[1]/frequencies/selected-mhz</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>SourceSelectorPick.L</object-name>
<visible>false</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-adjust</command>
<property>instrumentation/dme/switch-position</property>
<step>-1</step>
<min>1</min>
<max>3</max>
<wrap>0</wrap>
</binding>
<binding>
<condition>
<equals>
<property>instrumentation/dme/switch-position</property>
<value type="int">1</value>
</equals>
</condition>
<command>property-assign</command>
<property>instrumentation/dme/frequencies/source</property>
<value>instrumentation/nav[0]/frequencies/selected-mhz</value>
</binding>
<binding>
<condition>
<equals>
<property>instrumentation/dme/switch-position</property>
<value type="int">2</value>
</equals>
</condition>
<command>property-assign</command>
<property>instrumentation/dme/frequencies/source</property>
<value>instrumentation/dme/frequencies/selected-mhz</value>
</binding>
<binding>
<condition>
<equals>
<property>instrumentation/dme/switch-position</property>
<value type="int">2</value>
</equals>
</condition>
<command>property-assign</command>
<property>instrumentation/dme/frequencies/selected-mhz</property>
<property>instrumentation/nav[1]/frequencies/selected-mhz</property>
</binding>
</action>
</animation>
</PropertyList>

View file

@ -1,478 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 1 1 1 spec 0 0 0 shi 10 trans 0
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.745 0.745 0.745 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 0
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.745 0.745 0.745 emis 0 0 0 spec 0 0 0 shi 10 trans 0
OBJECT world
kids 3
OBJECT poly
name "Frame"
loc 0.00140005 0 -3.72529e-09
texture "ki266.rgb"
crease 45.000000
numvert 32
0.0015 0.0135 0.0317778
0.0015 0.0135 -0.0317778
0 0.0135 0.0317778
0 0.0135 -0.0317778
0.0015 -0.0135 0.0317778
0.0015 -0.0135 -0.0317778
0 -0.0135 0.0317778
0 -0.0135 -0.0317778
0.0015 0.0085 0.0405
0.0015 0.00765 0.039
0.0015 -0.0085 0.0405
0.0015 -0.00765 0.039
0.0015 -0.015 0.033
0.0015 -0.015 -0.033
0.0015 -0.0085 -0.0405
0.0015 -0.00765 -0.039
0.0015 0.0085 -0.0405
0.0015 0.00765 -0.039
0.0015 0.015 -0.033
0.0015 0.015 0.033
-0.0015 0.015 0.033
-0.0015 0.015 -0.033
-0.0015 0.0085 0.0405
-0.0015 -0.0085 0.0405
-0.0015 0.0085 -0.0405
-0.0015 -0.0085 -0.0405
-0.0015 -0.015 0.033
-0.0015 -0.015 -0.033
0 -0.00765 0.039
0 0.00765 0.039
0 -0.00765 -0.039
0 0.00765 -0.039
numsurf 25
SURF 0x30
mat 1
refs 8
2 0.0546719 0.279815
29 0.0546719 0.279815
28 0.0546719 0.279815
6 0.0546719 0.279815
7 0.0546719 0.279815
30 0.0546719 0.279815
31 0.0546719 0.279815
3 0.0546719 0.279815
SURF 0x0
mat 1
refs 4
2 0.0175626 0.67044
3 0.0175626 0.67044
1 0.357068 0.67044
0 0.357068 0.67044
SURF 0x0
mat 1
refs 4
4 0.357068 0.67044
5 0.357068 0.67044
7 0.0175626 0.67044
6 0.0175626 0.67044
SURF 0x0
mat 1
refs 4
21 0.018173 0.678698
20 0.018173 0.678698
19 0.363376 0.678698
18 0.363376 0.678698
SURF 0x0
mat 1
refs 4
20 0.018173 0.678698
22 0.018173 0.678698
8 0.363376 0.678698
19 0.363376 0.678698
SURF 0x0
mat 1
refs 4
18 0.363376 0.678698
16 0.363376 0.678698
24 0.018173 0.678698
21 0.018173 0.678698
SURF 0x0
mat 1
refs 4
22 0.018173 0.678698
23 0.018173 0.678698
10 0.363376 0.678698
8 0.363376 0.678698
SURF 0x0
mat 1
refs 4
16 0.363376 0.678698
14 0.363376 0.678698
25 0.018173 0.678698
24 0.018173 0.678698
SURF 0x0
mat 1
refs 4
13 0.363376 0.678698
12 0.363376 0.678698
26 0.018173 0.678698
27 0.018173 0.678698
SURF 0x0
mat 1
refs 4
12 0.363376 0.678698
10 0.363376 0.678698
23 0.018173 0.678698
26 0.018173 0.678698
SURF 0x0
mat 1
refs 4
27 0.018173 0.678698
25 0.018173 0.678698
14 0.363376 0.678698
13 0.363376 0.678698
SURF 0x0
mat 1
refs 4
28 0.0175626 0.67044
29 0.0175626 0.67044
9 0.357068 0.67044
11 0.357068 0.67044
SURF 0x0
mat 1
refs 4
15 0.357068 0.67044
17 0.357068 0.67044
31 0.0175626 0.67044
30 0.0175626 0.67044
SURF 0x0
mat 1
refs 4
29 0.0175626 0.67044
2 0.0175626 0.67044
0 0.357068 0.67044
9 0.357068 0.67044
SURF 0x0
mat 1
refs 4
11 0.357068 0.67044
4 0.357068 0.67044
6 0.0175626 0.67044
28 0.0175626 0.67044
SURF 0x0
mat 1
refs 4
17 0.357068 0.67044
1 0.357068 0.67044
3 0.0175626 0.67044
31 0.0175626 0.67044
SURF 0x0
mat 1
refs 4
30 0.0175626 0.67044
7 0.0175626 0.67044
5 0.357068 0.67044
15 0.357068 0.67044
SURF 0x0
mat 1
refs 4
19 0.516923 0.730952
8 0.559014 0.730952
9 0.558798 0.604378
0 0.516923 0.604378
SURF 0x0
mat 1
refs 4
4 0.516923 0.604378
11 0.558798 0.604378
10 0.559014 0.730952
12 0.516923 0.730952
SURF 0x0
mat 1
refs 4
1 0.516923 0.604378
17 0.558798 0.604378
16 0.559014 0.730952
18 0.516923 0.730952
SURF 0x0
mat 1
refs 4
13 0.516923 0.730952
14 0.559014 0.730952
15 0.558798 0.604378
5 0.516923 0.604378
SURF 0x0
mat 1
refs 4
18 0.554654 0.720706
19 0.554654 0.612504
0 0.520065 0.613059
1 0.520065 0.720706
SURF 0x0
mat 1
refs 4
5 0.516923 0.604378
4 0.558798 0.604378
12 0.559014 0.730952
13 0.516923 0.730952
SURF 0x0
mat 1
refs 4
8 0.555993 0.608773
10 0.518743 0.609364
11 0.518743 0.72407
9 0.555993 0.72407
SURF 0x0
mat 1
refs 4
17 0.555993 0.72407
15 0.518743 0.72407
14 0.518743 0.609364
16 0.555993 0.608773
kids 0
OBJECT group
name "Indicators"
loc -0.00053296 -0.0122638 -0.0330522
kids 5
OBJECT poly
name "Kts"
loc 0.00229295 -0.0042126 0.00381041
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.0100894 0.000505522
0 0.0100894 0.0099066
0 0.00409127 0.0099066
0 0.00409127 0.000505522
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.726978 0.885144
1 0.625811 0.885144
2 0.625853 0.670432
3 0.726989 0.670432
kids 0
OBJECT poly
name "Min"
loc 0.00229295 -0.0042126 0.0152601
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.00409127 0.000603892
0 0.00409127 0.0118344
0 0.0100894 0.0118344
0 0.0100894 0.000603892
numsurf 1
SURF 0x0
mat 0
refs 4
3 0.830001 0.885146
2 0.728947 0.885144
1 0.729001 0.670432
0 0.830001 0.670903
kids 0
OBJECT poly
name "Miles"
loc 0.00229295 -0.0042126 0.0447603
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.0100894 0.000831373
0 0.0100894 0.0162923
0 0.00409127 0.0162923
0 0.00409127 0.000831373
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.979275 0.885144
1 0.835669 0.885146
2 0.835669 0.670903
3 0.979317 0.670432
kids 0
OBJECT group
name "Right"
loc -0.00343944 0.0063189 -0.0107168
kids 3
OBJECT poly
name "Right.1"
loc 0.00573239 0.00137407 0.0135711
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.0168208 0.000376411
0 0.0168208 0.00737641
0 0.00682085 0.00737641
0 0.00682085 0.000376411
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.0913744 0.518524
1 0.0029652 0.518465
2 0.00300171 0.0283101
3 0.0913739 0.0283324
kids 0
OBJECT poly
name "Right.10"
loc 0.00573239 0.00137407 0.0205711
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.00682085 0.000376411
0 0.00682085 0.00737641
0 0.0168208 0.00737641
0 0.0168208 0.000376411
numsurf 1
SURF 0x0
mat 0
refs 4
3 0.0913744 0.518524
2 0.0029652 0.518465
1 0.00300171 0.0283101
0 0.0913739 0.0283324
kids 0
OBJECT poly
name "Right.100"
loc 0.00573239 0.00137407 0.0275711
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.0168208 0.000376411
0 0.0168208 0.00737641
0 0.00682085 0.00737641
0 0.00682085 0.000376411
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.0913744 0.518524
1 0.0029652 0.518465
2 0.00300171 0.0283101
3 0.0913739 0.0283324
kids 0
OBJECT group
name "Left"
loc -0.00343944 0.0063189 0.0293002
kids 4
OBJECT poly
name "Left.1"
loc 0.00573239 0.00137407 0.0135773
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.00682085 0.000376407
0 0.00682085 0.00737641
0 0.0168208 0.00737641
0 0.0168208 0.000376407
numsurf 1
SURF 0x0
mat 0
refs 4
3 0.0913744 0.518524
2 0.0029652 0.518465
1 0.00300171 0.0283101
0 0.0913739 0.0283324
kids 0
OBJECT poly
name "Left.10"
loc 0.00573239 0.00137407 0.0205773
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.0168208 0.000376409
0 0.0168208 0.00737641
0 0.00682085 0.00737641
0 0.00682085 0.000376409
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.0913744 0.518524
1 0.0029652 0.518465
2 0.00300171 0.0283101
3 0.0913739 0.0283324
kids 0
OBJECT poly
name "Left.100"
loc 0.00573239 0.00137407 0.0275774
texture "ki266.rgb"
crease 45.000000
numvert 4
0 0.00682085 0.000376407
0 0.00682085 0.00737641
0 0.0168208 0.00737641
0 0.0168208 0.000376407
numsurf 1
SURF 0x0
mat 0
refs 4
3 0.0913744 0.518524
2 0.0029652 0.518465
1 0.00300171 0.0283101
0 0.0913739 0.0283324
kids 0
OBJECT poly
name "Left.Dot1"
loc -0.0083486 -0.00206111 -0.0343668
texture "ki266.rgb"
crease 45.000000
numvert 4
0.0141379 0.0113861 0.0553319
0.0141379 0.0113861 0.0564392
0.0141379 0.0102382 0.0564392
0.0141379 0.0102382 0.0553319
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.500748 0.91747
1 0.489345 0.91747
2 0.489345 0.871859
3 0.500748 0.871859
kids 0
OBJECT poly
name "ModeSwitch"
loc 0.00516587 -0.0077408 -1.00117e-07
texture "ki266.rgb"
crease 45.000000
numvert 8
-0.005 -0.0025 -0.00175
0.005 -0.0025 -0.00175
0.005 -0.0025 0.00175
-0.005 -0.0025 0.00175
-0.005 0.0025 0.00175
0.005 0.0025 0.00175
0.005 0.0025 -0.00175
-0.005 0.0025 -0.00175
numsurf 5
SURF 0x0
mat 2
refs 4
5 0.34375 0.890625
2 0.34375 0.890625
1 0.34375 0.890625
6 0.34375 0.890625
SURF 0x0
mat 2
refs 4
6 0.0280979 0.889205
1 0.0280979 0.889205
0 0.369225 0.889205
7 0.369225 0.889205
SURF 0x0
mat 2
refs 4
4 0.369225 0.889205
3 0.369225 0.889205
2 0.0280979 0.889205
5 0.0280979 0.889205
SURF 0x0
mat 2
refs 4
7 0.369225 0.889205
4 0.369225 0.889205
5 0.0280979 0.889205
6 0.0280979 0.889205
SURF 0x0
mat 2
refs 4
0 0.369225 0.889205
1 0.0280979 0.889205
2 0.0280979 0.889205
3 0.369225 0.889205
kids 0

View file

@ -1,502 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="128"
id="svg2580"
sodipodi:version="0.32"
inkscape:version="0.45.1"
version="1.0"
sodipodi:docbase="/home/torsten/FlightGear/data/Aircraft/Instruments-3d/ki266"
sodipodi:docname="ki266.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:export-filename="/home/torsten/FlightGear/data/Aircraft/Instruments-3d/ki266/ki266.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs2582">
<linearGradient
id="linearGradient4835">
<stop
id="stop4837"
offset="0"
style="stop-color:#f0f0f0;stop-opacity:1;" />
<stop
id="stop4841"
offset="1"
style="stop-color:#bbbbbb;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient5475">
<stop
style="stop-color:#0f0f0f;stop-opacity:1;"
offset="0"
id="stop5477" />
<stop
id="stop6452"
offset="0.8012048"
style="stop-color:#191919;stop-opacity:1;" />
<stop
style="stop-color:#232323;stop-opacity:1;"
offset="1"
id="stop5479" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5475"
id="linearGradient5481"
x1="461.65579"
y1="474.84066"
x2="476.08415"
y2="474.84066"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(13.355905,0,0,0.3476786,-6163.3257,-124.16451)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4835"
id="linearGradient3864"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(13.355905,0,0,0.3476786,-6163.3257,-150.35176)"
x1="461.65579"
y1="474.84067"
x2="476.08414"
y2="474.84067" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#0a0a0a"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="3.0549223"
inkscape:cx="313.62819"
inkscape:cy="38.249446"
inkscape:document-units="px"
inkscape:current-layer="layer1"
width="512px"
height="128px"
inkscape:window-width="1241"
inkscape:window-height="771"
inkscape:window-x="31"
inkscape:window-y="0" />
<metadata
id="metadata2585">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<rect
y="25.859905"
x="255.32542"
height="33.725914"
width="39.975128"
id="rect5818"
style="color:#000000;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
y="0"
x="235.685"
height="29.797829"
width="79.255997"
id="rect4844"
style="color:#000000;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="color:#000000;fill:#0a0a0a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect9632"
width="512"
height="72"
x="0"
y="56" />
<g
id="g2762">
<path
sodipodi:nodetypes="ccccccc"
id="path1482"
d="M 20.146312,66.923729 L 39.990573,66.923729 L 41.693676,68.954389 L 38.189832,71.728009 L 20.068013,71.728009 L 17.730215,68.973939 L 20.146312,66.923729 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 30.930133,117.99993 L 11.085875,117.99993 L 9.382765,115.96929 L 12.886607,113.19567 L 31.008424,113.19567 L 33.346232,115.94973 L 30.930133,117.99993 z "
id="path1486"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1488"
d="M 31.694985,112.32863 L 34.722857,95.76103 L 40.339813,93.152559 L 36.850549,113.12697 L 34.208828,115.26058 L 31.694985,112.32863 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 12.188553,112.40845 L 15.179786,95.57479 L 10.654785,93.019549 L 7.033,113.20677 L 8.769188,115.15418 L 12.188553,112.40845 z "
id="path1490"
sodipodi:nodetypes="cccccc" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 44.094416,71.741079 L 40.479908,91.984469 L 35.902897,89.345609 L 38.778866,72.674089 L 42.300535,69.714749 L 44.094416,71.741079 z "
id="path1492"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1494"
d="M 14.338782,71.768109 L 10.814269,91.691549 L 16.405856,89.159279 L 19.281023,72.488029 L 16.851533,69.661639 L 14.338782,71.768109 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
id="g2838">
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 82.800399,112.32863 L 85.828277,95.76103 L 91.445232,93.152559 L 87.955968,113.12697 L 85.314247,115.26058 L 82.800399,112.32863 z "
id="path1504"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1508"
d="M 95.199834,71.741079 L 91.585327,91.984469 L 87.008317,89.345609 L 89.884284,72.674089 L 93.405954,69.714749 L 95.199834,71.741079 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
id="g2842">
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 114.41358,112.40845 L 117.40482,95.57479 L 112.87981,93.019549 L 109.25803,113.20677 L 110.99422,115.15418 L 114.41358,112.40845 z "
id="path1522"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="ccccccc"
id="path1514"
d="M 122.37134,66.923729 L 142.21561,66.923729 L 143.91871,68.954389 L 140.41487,71.728009 L 122.29304,71.728009 L 119.95525,68.973939 L 122.37134,66.923729 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 119.45208,90.018719 L 137.0725,90.039479 L 141.37355,92.464589 L 136.14465,94.94755 L 118.43852,94.90603 L 114.27176,92.442609 L 119.45208,90.018719 z "
id="path1516"
sodipodi:nodetypes="ccccccc" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 133.15516,117.99993 L 113.3109,117.99993 L 111.60779,115.96929 L 115.11164,113.19567 L 133.23345,113.19567 L 135.57127,115.94973 L 133.15516,117.99993 z "
id="path1518"
sodipodi:nodetypes="ccccccc" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 146.31945,71.741079 L 142.70494,91.984469 L 138.12793,89.345609 L 141.0039,72.674089 L 144.52557,69.714749 L 146.31945,71.741079 z "
id="path1524"
sodipodi:nodetypes="cccccc" />
</g>
<g
id="g2781">
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 173.49096,66.923729 L 193.33523,66.923729 L 195.03833,68.954389 L 191.53449,71.728009 L 173.41266,71.728009 L 171.07487,68.973939 L 173.49096,66.923729 z "
id="path1530"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="ccccccc"
id="path1532"
d="M 170.5717,90.018719 L 188.19212,90.039479 L 192.49317,92.464589 L 187.26428,94.94755 L 169.55814,94.90603 L 165.39138,92.442609 L 170.5717,90.018719 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
id="path1534"
d="M 184.27478,117.99993 L 164.43052,117.99993 L 162.72741,115.96929 L 166.23126,113.19567 L 184.35307,113.19567 L 186.69089,115.94973 L 184.27478,117.99993 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 185.03963,112.32863 L 188.06751,95.76103 L 193.68447,93.152559 L 190.1952,113.12697 L 187.55348,115.26058 L 185.03963,112.32863 z "
id="path1536"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1540"
d="M 197.43907,71.741079 L 193.82456,91.984469 L 189.24755,89.345609 L 192.12352,72.674089 L 195.64519,69.714749 L 197.43907,71.741079 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
id="g2788">
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 221.69081,90.018749 L 239.3111,90.039509 L 243.61278,92.464619 L 238.38376,94.94759 L 220.67771,94.90607 L 216.51068,92.442639 L 221.69081,90.018749 z "
id="path1548"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1552"
d="M 236.15878,112.32866 L 239.18687,95.76106 L 244.80382,93.152599 L 241.31486,113.127 L 238.6731,115.26062 L 236.15878,112.32866 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 248.55807,71.741119 L 244.94408,91.984499 L 240.36668,89.345639 L 243.24248,72.674119 L 246.7643,69.714779 L 248.55807,71.741119 z "
id="path1556"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1558"
d="M 218.80299,71.768149 L 215.27797,91.691579 L 220.87007,89.159309 L 223.74507,72.488059 L 221.31571,69.661679 L 218.80299,71.768149 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
id="g2855">
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 275.72951,66.923799 L 295.57397,66.923799 L 297.27717,68.954459 L 293.77299,71.728069 L 275.65176,71.728069 L 273.31377,68.974009 L 275.72951,66.923799 z "
id="path1562"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="ccccccc"
id="path1564"
d="M 272.81042,90.018779 L 290.43071,90.039539 L 294.73239,92.464649 L 289.50337,94.94762 L 271.79732,94.9061 L 267.6303,92.442679 L 272.81042,90.018779 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
id="path1566"
d="M 286.51376,118 L 266.66929,118 L 264.96609,115.96936 L 268.47027,113.19573 L 286.5923,113.19573 L 288.92949,115.9498 L 286.51376,118 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 287.27839,112.3287 L 290.30648,95.76109 L 295.92343,93.152629 L 292.43448,113.12703 L 289.79271,115.26065 L 287.27839,112.3287 z "
id="path1568"
sodipodi:nodetypes="cccccc" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 269.9226,71.768179 L 266.39758,91.691609 L 271.98968,89.159339 L 274.86468,72.488099 L 272.43532,69.661709 L 269.9226,71.768179 z "
id="path1574"
sodipodi:nodetypes="cccccc" />
</g>
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 318.89178,112.40848 L 321.883,95.57482 L 317.3577,93.019589 L 313.7365,113.2068 L 315.47256,115.15421 L 318.89178,112.40848 z "
id="path1586"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="ccccccc"
id="path1578"
d="M 326.84913,66.923769 L 346.69359,66.923769 L 348.39679,68.954419 L 344.89261,71.728039 L 326.77138,71.728039 L 324.43339,68.973969 L 326.84913,66.923769 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 323.93004,90.018749 L 341.55033,90.039509 L 345.85201,92.464619 L 340.62299,94.94759 L 322.91694,94.90607 L 318.74992,92.442639 L 323.93004,90.018749 z "
id="path1580"
sodipodi:nodetypes="ccccccc" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 337.63338,117.99997 L 317.78891,117.99997 L 316.08571,115.96933 L 319.58989,113.1957 L 337.71193,113.1957 L 340.04911,115.94977 L 337.63338,117.99997 z "
id="path1582"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1584"
d="M 338.39801,112.32866 L 341.4261,95.76106 L 347.04305,93.152599 L 343.5541,113.127 L 340.91234,115.26062 L 338.39801,112.32866 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccc"
id="path1590"
d="M 321.04222,71.768149 L 317.5172,91.691579 L 323.1093,89.159309 L 325.9843,72.488059 L 323.55494,69.661679 L 321.04222,71.768149 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="g2809">
<path
sodipodi:nodetypes="ccccccc"
id="path1594"
d="M 377.96875,66.923769 L 397.81321,66.923769 L 399.51641,68.954419 L 396.01223,71.728039 L 377.891,71.728039 L 375.55301,68.973969 L 377.96875,66.923769 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccc"
id="path1600"
d="M 389.51763,112.32866 L 392.54572,95.76106 L 398.16267,93.152599 L 394.67372,113.127 L 392.03196,115.26062 L 389.51763,112.32866 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 401.91692,71.741119 L 398.30293,91.984499 L 393.72554,89.345639 L 396.60134,72.674119 L 400.12315,69.714779 L 401.91692,71.741119 z "
id="path1604"
sodipodi:nodetypes="cccccc" />
</g>
<g
id="g2814">
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 429.08837,66.923799 L 448.93363,66.923799 L 450.64084,68.954459 L 447.13025,71.728069 L 429.00822,71.728069 L 426.67584,68.974009 L 429.08837,66.923799 z "
id="path1610"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="ccccccc"
id="path1612"
d="M 426.17089,90.018779 L 443.78797,90.039539 L 448.09205,92.464649 L 442.86624,94.94762 L 425.16099,94.9061 L 420.99317,92.442679 L 426.17089,90.018779 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
id="path1614"
d="M 439.87663,118 L 420.03136,118 L 418.32415,115.96936 L 421.82673,113.19573 L 439.94876,113.19573 L 442.28916,115.9498 L 439.87663,118 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 440.63806,112.3287 L 443.66775,95.76109 L 449.2863,93.152629 L 445.79173,113.12703 L 443.15478,115.26065 L 440.63806,112.3287 z "
id="path1616"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1618"
d="M 421.12942,112.40851 L 424.12705,95.57486 L 419.59855,93.019619 L 415.97574,113.20684 L 417.71501,115.15424 L 421.12942,112.40851 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccc"
id="path1620"
d="M 453.03734,71.741149 L 449.42255,91.984529 L 444.84596,89.345669 L 447.72336,72.674159 L 451.24197,69.714809 L 453.03734,71.741149 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 423.28547,71.768179 L 419.75885,91.691609 L 425.35335,89.159339 L 428.22274,72.488099 L 425.79418,69.661709 L 423.28547,71.768179 z "
id="path1622"
sodipodi:nodetypes="cccccc" />
</g>
<g
id="g2823">
<path
sodipodi:nodetypes="ccccccc"
id="path1626"
d="M 480.20798,66.923799 L 500.05325,66.923799 L 501.76045,68.954459 L 498.24986,71.728069 L 480.12783,71.728069 L 477.79545,68.974009 L 480.20798,66.923799 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 477.2905,90.018779 L 494.90758,90.039539 L 499.21167,92.464649 L 493.98585,94.94762 L 476.2806,94.9061 L 472.11278,92.442679 L 477.2905,90.018779 z "
id="path1628"
sodipodi:nodetypes="ccccccc" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 490.99624,118 L 471.15097,118 L 469.44377,115.96936 L 472.94634,113.19573 L 491.06837,113.19573 L 493.40877,115.9498 L 490.99624,118 z "
id="path1630"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1632"
d="M 491.75767,112.3287 L 494.78736,95.76109 L 500.40591,93.152629 L 496.91135,113.12703 L 494.27439,115.26065 L 491.75767,112.3287 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 504.15695,71.741149 L 500.54216,91.984529 L 495.96557,89.345669 L 498.84297,72.674159 L 502.36158,69.714809 L 504.15695,71.741149 z "
id="path1636"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cccccc"
id="path1638"
d="M 474.40508,71.768179 L 470.87846,91.691609 L 476.47297,89.159339 L 479.34235,72.488099 L 476.91379,69.661709 L 474.40508,71.768179 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<path
sodipodi:nodetypes="cccccc"
id="path2867"
d="M 318.89178,112.40848 L 321.883,95.57482 L 317.3577,93.019589 L 313.7365,113.2068 L 315.47256,115.15421 L 318.89178,112.40848 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 326.84913,66.923769 L 346.69359,66.923769 L 348.39679,68.954419 L 344.89261,71.728039 L 326.77138,71.728039 L 324.43339,68.973969 L 326.84913,66.923769 z "
id="path2869"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="ccccccc"
id="path2871"
d="M 323.93004,90.018749 L 341.55033,90.039509 L 345.85201,92.464619 L 340.62299,94.94759 L 322.91694,94.90607 L 318.74992,92.442639 L 323.93004,90.018749 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
id="path2873"
d="M 337.63338,117.99997 L 317.78891,117.99997 L 316.08571,115.96933 L 319.58989,113.1957 L 337.71193,113.1957 L 340.04911,115.94977 L 337.63338,117.99997 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 338.39801,112.32866 L 341.4261,95.76106 L 347.04305,93.152599 L 343.5541,113.127 L 340.91234,115.26062 L 338.39801,112.32866 z "
id="path2875"
sodipodi:nodetypes="cccccc" />
<path
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 321.04222,71.768149 L 317.5172,91.691579 L 323.1093,89.159309 L 325.9843,72.488059 L 323.55494,69.661679 L 321.04222,71.768149 z "
id="path2877"
sodipodi:nodetypes="cccccc" />
<rect
y="30.071056"
x="2.5049934"
height="21.7127"
width="192.70369"
id="rect4504"
style="opacity:1;fill:url(#linearGradient5481);fill-opacity:1;stroke:none;stroke-width:7.08661413;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<text
sodipodi:linespacing="125%"
xml:space="preserve"
style="font-size:24.18771744px;font-style:normal;font-weight:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:1;color:#000000;fill:#ffa391;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:11.87260437;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
x="376.55099"
y="33.292622"
id="text1443"
transform="scale(0.8685466,1.1513487)"><tspan
sodipodi:role="line"
id="tspan1447"
x="376.55099"
y="33.292622">KTS</tspan></text>
<text
transform="scale(0.8685466,1.1513487)"
id="text1449"
y="33.366436"
x="439.25021"
style="font-size:24.18771935px;font-style:normal;font-weight:normal;text-align:start;line-height:124.99998808%;writing-mode:lr-tb;text-anchor:start;opacity:1;color:#000000;fill:#ffa391;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:11.87260437;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
xml:space="preserve"
sodipodi:linespacing="124.99999%"><tspan
sodipodi:role="line"
id="tspan1459"
x="439.25021"
y="33.366436">MIN</tspan></text>
<text
sodipodi:linespacing="125%"
xml:space="preserve"
style="font-size:24.18772125px;font-style:normal;font-weight:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:1;color:#000000;fill:#ffa491;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:11.87260437;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
x="499.86423"
y="33.44025"
id="text1453"
transform="scale(0.8685466,1.1513487)"><tspan
sodipodi:role="line"
id="tspan1457"
x="499.86423"
y="33.44025">MILES</tspan></text>
<rect
style="opacity:1;fill:url(#linearGradient3864);fill-opacity:1.0;stroke:none;stroke-width:7.08661413;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect3862"
width="192.70369"
height="21.7127"
x="2.5049934"
y="3.8838108" />
<path
transform="matrix(0.5873902,0,0,0.5378536,219.3244,-182.65131)"
d="M 62.167771 364.56409 A 4.2212687 4.60502 0 1 1 53.725234,364.56409 A 4.2212687 4.60502 0 1 1 62.167771 364.56409 z"
sodipodi:ry="4.60502"
sodipodi:rx="4.2212687"
sodipodi:cy="364.56409"
sodipodi:cx="57.946503"
id="path10761"
style="opacity:1;color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
sodipodi:nodetypes="ccccccc"
id="path10729"
d="M 283.61721,10.966377 L 301.23763,10.987137 L 305.53867,13.412247 L 300.30978,15.895217 L 282.60365,15.853697 L 278.4369,13.390277 L 283.61721,10.966377 z "
style="color:#000000;fill:#f14628;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="color:#000000;fill:#bdc3c9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect5816"
width="22.953419"
height="17.358887"
x="263.83627"
y="34.043419" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 36 KiB

View file

@ -1,315 +0,0 @@
<?xml version="1.0" ?>
<!--
This is the ki266 3d instrument.
Modeled after King KI266 DME Indicator
This instrument needs the file
Aircraft/Instruments-3d/ki266/ki266.nas
to be included in your -set.xml nasal section
like this:
<nasal>
<YourAircraft>
<file>Aircraft/Instruments-3d/ki266/ki266.nas</file>
</YourAircraft>
</nasal>
and at least one instance of the ki266 class to be created
in your aircraft nasal code like this:
ki266.new(0); # for your first dme at /instrumentation/dme[0]
ki266.new(1); # if you have another at /instrumentation/dme[1]
Maintainer: Torsten Dreyer
-->
<PropertyList>
<params>
<in-range>instrumentation/dme[0]/in-range</in-range>
<right-display>instrumentation/dme[0]/min-kts-display</right-display>
<left-display>instrumentation/dme[0]/miles-display</left-display>
<left-display-dot>instrumentation/dme[0]/left-dot</left-display-dot>
<power-btn>instrumentation/dme[0]/power-btn</power-btn>
<serviceable>instrumentation/dme[0]/serviceable</serviceable>
<dimming>instrumentation/dme[0]/dimming-norm</dimming>
<min-kts>instrumentation/dme[0]/switch-min-kts</min-kts>
<electrical>systems/electrical/outputs/dme</electrical>
</params>
<path>ki266.ac</path>
<!-- turn it off, when u/s or switched off -->
<animation>
<type>select</type>
<object-name>Indicators</object-name>
<condition>
<and>
<property alias="../../../../params/serviceable"/>
<property alias="../../../../params/power-btn"/>
<property alias="../../../../params/electrical"/>
</and>
</condition>
</animation>
<animation>
<type>material</type>
<object-name>ModeSwitch</object-name>
<emission>
<red>0.2</red>
<green>0.04</green>
<blue>0</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>Frame</object-name>
<emission>
<red>0.1</red>
<green>0.02</green>
<blue>0.00001</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>Indicators</object-name>
<emission>
<red>-1.0</red>
<green>-1.0</green>
<blue>-1.0</blue>
<factor-prop alias="../../../params/dimming"/>
<offset>1</offset>
</emission>
</animation>
<!-- the mode switch do display min/kts -->
<animation>
<type>select</type>
<object-name>Min</object-name>
<condition>
<not>
<property alias="../../../../params/min-kts"/>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Kts</object-name>
<condition>
<property alias="../../../params/min-kts"/>
</condition>
</animation>
<animation>
<type>translate</type>
<object-name>ModeSwitch</object-name>
<factor>-0.003</factor>
<property alias="../../params/min-kts"/>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>ModeSwitch</object-name>
<object-name>Min</object-name>
<object-name>Kts</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property alias="../../../../params/min-kts"/>
</binding>
</action>
</animation>
<!-- distance display, allways on.
Shows nn.n when distance is less than 100NM and
shows nnn when distance is greater than or equal to 100NM
-->
<animation>
<name>LeftDecimalDot</name>
<type>select</type>
<object-name>Left.Dot1</object-name>
<condition>
<property alias="../../../params/left-display-dot"/>
</condition>
</animation>
<!-- blank leading zeros -->
<animation>
<name>miles_100_blank</name>
<type>select</type>
<object-name>Left.100</object-name>
<condition>
<greater-than-equals>
<property alias="../../../../params/left-display"/>
<value>100.0</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<name>miles_10_blank</name>
<type>select</type>
<object-name>Left.10</object-name>
<condition>
<or>
<greater-than-equals>
<property alias="../../../../../params/left-display"/>
<value>10.0</value>
</greater-than-equals>
<and>
<property alias="../../../../../params/left-display-dot"/>
<greater-than-equals>
<property alias="../../../../../../params/left-display"/>
<value>1.0</value>
</greater-than-equals>
</and>
</or>
</condition>
</animation>
<animation>
<name>miles_1_blank</name>
<type>select</type>
<object-name>Left.1</object-name>
<condition>
<greater-than-equals>
<property alias="../../../../params/left-display"/>
<value>1.0</value>
</greater-than-equals>
</condition>
</animation>
<!-- left display, left digit -->
<animation>
<name>miles_100_lo</name>
<type>textranslate</type>
<object-name>Left.100</object-name>
<property alias="../../params/left-display"/>
<step>100</step>
<factor>0.001</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- left display, center digit -->
<animation>
<name>miles_10_lo</name>
<type>textranslate</type>
<object-name>Left.10</object-name>
<property alias="../../params/left-display"/>
<step>10</step>
<factor>0.01</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- left display, right digit -->
<animation>
<name>miles_1_lo</name>
<type>textranslate</type>
<object-name>Left.1</object-name>
<property alias="../../params/left-display"/>
<step>1</step>
<factor>0.1</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!--
Right display, showing either kts or min, handled by dme.nas
-->
<animation>
<condition>
<greater-than-equals>
<property alias="../../../../params/right-display"/>
<value>100</value>
</greater-than-equals>
</condition>
<name>kts_100_select</name>
<type>select</type>
<object-name>Right.100</object-name>
</animation>
<animation>
<condition>
<greater-than-equals>
<property alias="../../../../params/right-display"/>
<value>10</value>
</greater-than-equals>
</condition>
<name>kts_10_select</name>
<type>select</type>
<object-name>Right.10</object-name>
</animation>
<animation>
<condition>
<property alias="../../../params/in-range"/>
</condition>
<name>kts_1_select</name>
<type>select</type>
<object-name>Right.1</object-name>
</animation>
<animation>
<name>kts_100</name>
<type>textranslate</type>
<object-name>Right.100</object-name>
<property alias="../../params/right-display"/>
<step>100</step>
<factor>0.001</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<name>kts_10</name>
<type>textranslate</type>
<object-name>Right.10</object-name>
<property alias="../../params/right-display"/>
<step>10</step>
<factor>0.01</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<name>kts_1</name>
<type>textranslate</type>
<object-name>Right.1</object-name>
<property alias="../../params/right-display"/>
<step>1</step>
<factor>0.1</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,575 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 0
MATERIAL "ac3dmat6" rgb 0 1 0 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 1
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 9
OBJECT poly
name "Face"
loc 0.000119331 0 0
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/hi/hi01.rgb"
crease 45.000000
numvert 6
-0.001458 0.04 -0.04
-0.001458 -0.04 -0.04
-0.001458 -0.04 0.04
-0.001458 0.04 0.04
-0.001458 0 0.04
-0.001458 0 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
0 0.935547 0.935547
3 0.0566406 0.935547
4 0.0566406 0.496094
5 0.935547 0.496094
SURF 0x0
mat 2
refs 4
4 0.0566406 0.496094
2 0.0566406 0.0566406
1 0.935547 0.0566406
5 0.935547 0.496094
kids 0
OBJECT poly
name "Front"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/hi/hi02.rgb"
crease 45.000000
numvert 6
0 0.04 -0.04
0 -0.04 -0.04
0 -0.04 0.04
0 0.04 0.04
0 0 0.04
0 0 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
0 0.994141 0.994141
3 -0.00195312 0.994141
4 -0.00195312 0.496094
5 0.994141 0.496094
SURF 0x0
mat 2
refs 4
4 -0.00195312 0.496094
2 -0.00195312 -0.00195312
1 0.994141 -0.00195312
5 0.994141 0.496094
kids 0
OBJECT poly
name "OBS-Knob"
loc 0 -0.0297401 0.0293165
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/hi/knob.rgb"
crease 101.000000
numvert 20
0.01 9.31323e-09 0
0 0 0
0 -0.00396058 0.00479285
0 -0.00606796 0.00108645
0 -0.00533607 -0.00312831
0 -0.00210738 -0.0058793
0 0.00210739 -0.0058793
0 0.00533608 -0.00312831
0 0.00606796 0.00108645
0 0.00396058 0.00479285
0 0 0.00625662
0.01 -0.00396058 0.00479285
0.01 9.31323e-09 0.00625662
0.01 -0.00606796 0.00108645
0.01 -0.00533607 -0.00312831
0.01 -0.00210737 -0.0058793
0.01 0.00210739 -0.0058793
0.01 0.00533608 -0.00312831
0.01 0.00606797 0.00108645
0.01 0.00396059 0.00479285
numsurf 27
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
10 1 0.5
2 0.879385 0.173648
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
2 0.879385 0.173648
3 0.573978 0
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
3 0.573978 0
4 0.226682 0.0603074
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
4 0.226682 0.0603074
5 0 0.326352
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
5 0 0.326352
6 0 0.673648
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
6 0 0.673648
7 0.226682 0.939693
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
7 0.226682 0.939693
8 0.573978 1
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
8 0.573978 1
9 0.879385 0.826352
SURF 0x10
mat 0
refs 3
1 0.484454 0.5
9 0.879385 0.826352
10 1 0.5
SURF 0x10
mat 0
refs 4
11 0 0
12 0 0
10 0 0
2 0 0
SURF 0x10
mat 0
refs 4
13 0 0
11 0 0
2 0 0
3 0 0
SURF 0x10
mat 0
refs 4
14 0 0
13 0 0
3 0 0
4 0 0
SURF 0x10
mat 0
refs 4
15 0 0
14 0 0
4 0 0
5 0 0
SURF 0x10
mat 0
refs 4
16 0 0
15 0 0
5 0 0
6 0 0
SURF 0x10
mat 0
refs 4
17 0 0
16 0 0
6 0 0
7 0 0
SURF 0x10
mat 0
refs 4
18 0 0
17 0 0
7 0 0
8 0 0
SURF 0x10
mat 0
refs 4
19 0 0
18 0 0
8 0 0
9 0 0
SURF 0x10
mat 0
refs 4
12 0 0
19 0 0
9 0 0
10 0 0
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
12 1 0.5
11 0.879385 0.173648
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
11 0.879385 0.173648
13 0.573978 0
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
13 0.573978 0
14 0.226682 0.0603074
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
14 0.226682 0.0603074
15 0 0.326352
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
15 0 0.326352
16 0 0.673648
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
16 0 0.673648
17 0.226682 0.939693
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
17 0.226682 0.939693
18 0.573978 1
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
18 0.573978 1
19 0.879385 0.826352
SURF 0x10
mat 0
refs 3
0 0.484454 0.5
19 0.879385 0.826352
12 1 0.5
kids 0
OBJECT poly
name "Hdg-Knob"
loc 0 -0.0300775 -0.0298089
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/hi/knob.rgb"
crease 101.000000
numvert 20
0.01 0.00396059 0.00479285
0.01 0.00606797 0.00108645
0.01 0.00533608 -0.00312831
0.01 0.00210739 -0.0058793
0.01 -0.00210737 -0.0058793
0.01 -0.00533607 -0.00312831
0.01 -0.00606796 0.00108645
0.01 1.11759e-08 0.00625662
0.01 -0.00396058 0.00479285
0 0 0.00625662
0 0.00396058 0.00479285
0 0.00606796 0.00108645
0 0.00533608 -0.00312831
0 0.00210739 -0.0058793
0 -0.00210738 -0.0058793
0 -0.00533607 -0.00312831
0 -0.00606796 0.00108645
0 -0.00396058 0.00479285
0 0 0
0.01 1.11759e-08 0
numsurf 27
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
0 0.879385 0.826352
7 1 0.5
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
1 0.573978 1
0 0.879385 0.826352
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
2 0.226682 0.939693
1 0.573978 1
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
3 0 0.673648
2 0.226682 0.939693
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
4 0 0.326352
3 0 0.673648
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
5 0.226682 0.0603074
4 0 0.326352
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
6 0.573978 0
5 0.226682 0.0603074
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
8 0.879385 0.173648
6 0.573978 0
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
7 1 0.5
8 0.879385 0.173648
SURF 0x10
mat 0
refs 4
7 0 0
0 0 0
10 0 0
9 0 0
SURF 0x10
mat 0
refs 4
0 0 0
1 0 0
11 0 0
10 0 0
SURF 0x10
mat 0
refs 4
1 0 0
2 0 0
12 0 0
11 0 0
SURF 0x10
mat 0
refs 4
2 0 0
3 0 0
13 0 0
12 0 0
SURF 0x10
mat 0
refs 4
3 0 0
4 0 0
14 0 0
13 0 0
SURF 0x10
mat 0
refs 4
4 0 0
5 0 0
15 0 0
14 0 0
SURF 0x10
mat 0
refs 4
5 0 0
6 0 0
16 0 0
15 0 0
SURF 0x10
mat 0
refs 4
6 0 0
8 0 0
17 0 0
16 0 0
SURF 0x10
mat 0
refs 4
8 0 0
7 0 0
9 0 0
17 0 0
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
10 0.879385 0.826352
9 1 0.5
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
11 0.573978 1
10 0.879385 0.826352
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
12 0.226682 0.939693
11 0.573978 1
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
13 0 0.673648
12 0.226682 0.939693
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
14 0 0.326352
13 0 0.673648
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
15 0.226682 0.0603074
14 0 0.326352
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
16 0.573978 0
15 0.226682 0.0603074
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
17 0.879385 0.173648
16 0.573978 0
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
9 1 0.5
17 0.879385 0.173648
kids 0
OBJECT poly
name "HdgBug"
loc 0.00155131 0 0
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/hi/hi03.rgb"
crease 45.000000
numvert 6
-0.0011 0 -0.04
-0.0011 0 0.04
-0.0011 0.04 0.04
-0.0011 -0.04 0.04
-0.0011 -0.04 -0.04
-0.0011 0.04 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
1 0.0520455 0.498392
3 0.0520455 0.0589381
4 0.930952 0.0589381
0 0.930952 0.498392
SURF 0x0
mat 2
refs 4
5 0.930952 0.937845
2 0.0520455 0.937845
1 0.0520455 0.498392
0 0.930952 0.498392
kids 0
OBJECT group
name "clicks"
loc 0.00569378 -0.00756817 0.00125835
kids 1
OBJECT poly
name "click-bug-R"
loc -1.86265e-09 -0.022778 -0.0612388
crease 180.000000
numvert 4
0 -0.00702053 0.0226521
0 -0.00702053 0.0302027
0 0.00702053 0.0226521
0 0.00702053 0.0302027
numsurf 1
SURF 0x30
mat 1
refs 4
3 0 1
1 0 0
0 0.125 0
2 0.125 1
kids 0
OBJECT group
name "clicks"
loc 0.00569378 -0.00756817 0.00125835
kids 1
OBJECT poly
name "click-bug-L"
loc -1.86265e-09 -0.022778 -0.0533867
crease 180.000000
numvert 4
0 0.00702053 0.0302027
0 0.00702053 0.0226521
0 -0.00702053 0.0302027
0 -0.00702053 0.0226521
numsurf 1
SURF 0x30
mat 1
refs 4
0 0 1
2 0 0
3 0.125 0
1 0.125 1
kids 0
OBJECT group
name "clicks"
loc 0.00569378 -0.00756817 0.00125835
kids 1
OBJECT poly
name "click-offset-L"
loc -1.86265e-09 -0.0223161 0.00573575
crease 180.000000
numvert 4
0 -0.00702053 0.0226521
0 -0.00702053 0.0302027
0 0.00702053 0.0226521
0 0.00702053 0.0302027
numsurf 1
SURF 0x30
mat 1
refs 4
3 0 1
1 0 0
0 0.125 0
2 0.125 1
kids 0
OBJECT group
name "clicks"
loc 0.00569378 -0.00756817 0.00125835
kids 1
OBJECT poly
name "click-offset-R"
loc -1.86265e-09 -0.0223161 -0.00211644
crease 180.000000
numvert 4
0 0.00702053 0.0302027
0 0.00702053 0.0226521
0 -0.00702053 0.0302027
0 -0.00702053 0.0226521
numsurf 1
SURF 0x30
mat 1
refs 4
0 0 1
2 0 0
3 0.125 0
1 0.125 1
kids 0

View file

@ -1,137 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>hi.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Front</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>OBS-Knob</object-name>
<object-name>Hdg-Knob</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Face</object-name>
<property>instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HdgBug</object-name>
<property>instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HdgBug</object-name>
<property>autopilot/settings/heading-bug-deg</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Heading Bug control -->
<animation>
<type>knob</type>
<object-name>click-bug-L</object-name>
<object-name>click-bug-R</object-name>
<visible>false</visible>
<action>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/heading-bug-deg</property>
<factor>1</factor>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<!-- faster rate of change than the default -->
<drag-scale-px>4</drag-scale-px>
<shift-repeat type="int">5</shift-repeat>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>heading-bug</tooltip-id>
<mapping>heading</mapping>
<label>Heading Bug: %3d</label>
<property>autopilot/settings/heading-bug-deg</property>
</binding>
</hovered>
</animation>
<!-- Heading Offset -->
<animation>
<type>knob</type>
<object-name>click-offset-L</object-name>
<object-name>click-offset-R</object-name>
<visible>false</visible>
<action>
<binding>
<command>property-adjust</command>
<property>instrumentation/heading-indicator/offset-deg</property>
<factor>1</factor>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<!-- faster rate of change than the default -->
<drag-scale-px>4</drag-scale-px>
<shift-repeat type="int">5</shift-repeat>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>heading-offset</tooltip-id>
<label>Heading Offset: %3d</label>
<mapping>heading</mapping>
<property>instrumentation/heading-indicator/offset-deg</property>
</binding>
</hovered>
</animation>
</PropertyList>

View file

@ -1,833 +0,0 @@
<?xml version="1.0"?>
<!--
_______________________________________________________________________________
KAP140 Two Axis with Altitude Preselect autopilot instrument.
3D version started 2007 by Ron Jensen, wino@jentronics.com.
Based on 2D version started 2004 by Roy Vegard Ovesen, rvovesen@tiscali.no.
This is an instrument configuration file for the open-source flight
simulator FlightGear (www.flightgear.org). The file is an XML-encoded
FlightGear property list defining the instrument's animations and actions.
Actions are hotspots on the instrument that will respond to a mouse
click. Actions always modify the values of properties, either by
adjusting them, toggling them, or swaping them with other
properties' values.
-->
<PropertyList>
<name>KAP140TwoAxisAlt</name>
<path>kap140.ac</path>
<animation>
<type>material</type>
<object-name>knob-outer</object-name>
<object-name>knob-inner</object-name>
<object-name>base</object-name>
<object-name>buttons</object-name>
<emission>
<red>0.75</red>
<green>0.25</green>
<blue>0.10</blue>
<factor-prop>/controls/lighting/panel-norm</factor-prop>
</emission>
</animation>
<!-- Annunciators -->
<animation>
<type>select</type>
<object-name>pitch-axis-fail</object-name>
<name>Pitch Axis Failure</name>
<condition>
<property>/autopilot/KAP140/annunciators/pitchfail</property>
<value type="bool">true</value>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>roll-axis-fail</object-name>
<name>Roll Axis Failure</name>
<condition>
<property>/autopilot/KAP140/annunciators/rollfail</property>
<value type="bool">true</value>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ap-ann</object-name>
<name>AP Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/ap/state</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>rol-ann</object-name>
<name>ROL Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/rol</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>hdg-ann</object-name>
<name>HDG Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/hdg/state</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>nav-ann</object-name>
<name>NAV Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/nav</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>nav-arm-ann</object-name>
<name>NAV ARM Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/nav-arm</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>apr-ann</object-name>
<name>APR Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/apr</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>apr-arm-ann</object-name>
<name>APR-ARM Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/apr-arm</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>rev-ann</object-name>
<name>REV Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/rev</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>rev-arm-ann</object-name>
<name>REV-ARM Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/rev-arm</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>vs-ann</object-name>
<name>VS Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/vs</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>alt-ann</object-name>
<name>ALT Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/alt</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>alt-arm-ann</object-name>
<name>ALT-ARM Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/alt-arm</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>alert-ann</object-name>
<name>ALERT Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/alt-alert/state</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>gs-ann</object-name>
<name>GS Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/gs</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>gs-arm-ann</object-name>
<name>GS-ARM Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/gs-arm</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>pt-ann</object-name>
<name>Pitch trim annunciator</name>
<condition>
<or>
<and>
<equals>
<property>/autopilot/KAP140/annunciators/pt-up</property>
<value type="bool">true</value>
</equals>
</and>
<and>
<equals>
<property>/autopilot/KAP140/annunciators/pt-dn</property>
<value type="bool">true</value>
</equals>
</and>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>pt-up-ann</object-name>
<name>Pitch trim up annunciator</name>
<condition>
<and>
<equals>
<property>/autopilot/KAP140/annunciators/pt-up</property>
<value type="bool">true</value>
</equals>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>pt-down-ann</object-name>
<name>Pitch trim down annunciator</name>
<condition>
<and>
<equals>
<property>/autopilot/KAP140/annunciators/pt-dn</property>
<value type="bool">true</value>
</equals>
</and>
</condition>
</animation>
<!-- vs-setting -->
<animation>
<type>select</type>
<object-name>fpm-ann</object-name>
<name>FPM Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/vs-number</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>vs-minus</object-name>
<object-name>vs-digit2-minus</object-name>
<object-name>vs-digit3-minus</object-name>
<object-name>vs-digit4-minus</object-name>
<object-name>vs-digit5-minus</object-name>
<condition>
<and>
<equals>
<property>/autopilot/KAP140/annunciators/vs-number</property>
<value type="bool">true</value>
</equals>
<less-than>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<value>-1.0</value>
</less-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>vs-digit2</object-name>
<object-name>vs-digit3</object-name>
<object-name>vs-digit4</object-name>
<object-name>vs-digit5</object-name>
<condition>
<and>
<equals>
<property>/autopilot/KAP140/annunciators/vs-number</property>
<value type="bool">true</value>
</equals>
<greater-than-equals>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<value>-1.0</value>
</greater-than-equals>
</and>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>vs-digit5</object-name>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.5</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>vs-digit4</object-name>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.5</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>vs-digit3</object-name>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.5</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>vs-digit2</object-name>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<factor>0.0001</factor>
<step>1000</step>
<bias>0.5</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>vs-digit5-minus</object-name>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<factor>-0.1</factor>
<step>1</step>
<bias>0.5</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>vs-digit4-minus</object-name>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<factor>-0.01</factor>
<step>10</step>
<bias>9.5</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>vs-digit3-minus</object-name>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<factor>-0.001</factor>
<step>100</step>
<bias>99.5</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>vs-digit2-minus</object-name>
<property>/autopilot/KAP140/settings/target-pressure-rate-fpm</property>
<factor>-0.0001</factor>
<step>1000</step>
<bias>999.5</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- alt-setting -->
<animation>
<type>select</type>
<object-name>alt-digits</object-name>
<object-name>ft-ann</object-name>
<name>FT Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/alt-number</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>alt-digit1</object-name>
<property>/autopilot/KAP140/settings/target-alt-ft</property>
<factor>0.00001</factor>
<step>10000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>alt-digit2</object-name>
<property>/autopilot/KAP140/settings/target-alt-ft</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>alt-digit3</object-name>
<property>/autopilot/KAP140/settings/target-alt-ft</property>
<factor>0.001</factor>
<step>100</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>alt-digit4</object-name>
<property>/autopilot/KAP140/settings/target-alt-ft</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>alt-digit5</object-name>
<property>/autopilot/KAP140/settings/target-alt-ft</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- baro-setting-hpa -->
<animation>
<type>select</type>
<object-name>hpa-digits</object-name>
<object-name>hpa-ann</object-name>
<name>hPa Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/bs-hpa-number</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>hpa-digit2</object-name>
<property>/autopilot/KAP140/settings/baro-setting-hpa</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.0005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>hpa-digit3</object-name>
<property>/autopilot/KAP140/settings/baro-setting-hpa</property>
<factor>1</factor>
<step>0.1</step>
<bias>0.0005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>hpa-digit3</object-name>
<property>/autopilot/KAP140/settings/baro-setting-hpa</property>
<factor>10</factor>
<step>0.01</step>
<bias>0.0005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>hpa-digit4</object-name>
<property>/autopilot/KAP140/settings/baro-setting-hpa</property>
<factor>100</factor>
<step>0.001</step>
<bias>0.0005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!--
<name>Baro Setting hPa number</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/bs-hpa-number</property>
<value type="bool">true</value>
</equals>
</condition>
<chunk>
<type>number-value</type>
<property>/autopilot/KAP140/settings/baro-setting-hpa</property>
<scale>1</scale>
<format>%01.3f</format>
</chunk>
-->
<!-- baro-setting-inhg -->
<animation>
<type>select</type>
<object-name>inhg-digits</object-name>
<object-name>hg-ann</object-name>
<object-name>in-ann</object-name>
<name>IN HG Anunciator</name>
<condition>
<equals>
<property>/autopilot/KAP140/annunciators/bs-inhg-number</property>
<value type="bool">true</value>
</equals>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>inhg-digit2</object-name>
<property>/autopilot/KAP140/settings/baro-setting-inhg</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>inhg-digit3</object-name>
<property>/autopilot/KAP140/settings/baro-setting-inhg</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>inhg-digit4</object-name>
<property>/autopilot/KAP140/settings/baro-setting-inhg</property>
<factor>1</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>inhg-digit5</object-name>
<property>/autopilot/KAP140/settings/baro-setting-inhg</property>
<factor>10</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Actions -->
<animation>
<type>pick</type>
<object-name>ap-btn</object-name>
<action>
<name>AP Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.apButton();
</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kap140-ap-btn</tooltip-id>
<label>Autopilot Arm/Disarm</label>
</binding>
</hovered>
</animation>
<animation>
<type>pick</type>
<object-name>hdg-btn</object-name>
<action>
<name>HDG Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.hdgButton();
</script>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>nav-btn</object-name>
<action>
<name>NAV Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.navButton();
</script>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>apr-btn</object-name>
<action>
<name>APR Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.aprButton();
</script>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>alt-btn</object-name>
<action>
<name>ALT Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.altButton();
</script>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>rev-btn</object-name>
<action>
<name>REV Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.revButton();
</script>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>dn-btn</object-name>
<action>
<name>DN Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.downButton();
</script>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>up-btn</object-name>
<action>
<name>UP Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.upButton();
</script>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>arm-btn</object-name>
<action>
<name>ARM Button</name>
<button>0</button>
<binding>
<command>nasal</command>
<script>
kap140.armButton();
</script>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>baro-btn</object-name>
<action>
<name>BARO Button</name>
<button>0</button>
<repeatable type="bool">false</repeatable>
<binding>
<command>nasal</command>
<script>
kap140.baroButtonPress();
</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>
kap140.baroButtonRelease();
</script>
</binding>
</mod-up>
</action>
</animation>
<animation>
<object-name>knob-inner</object-name>
<object-name>knob-outer</object-name>
<type>knob</type>
<increase>
<binding>
<command>nasal</command>
<script>kap140.knobSmallUp();</script>
</binding>
</increase>
<decrease>
<binding>
<command>nasal</command>
<script>kap140.knobSmallDown();</script>
</binding>
</decrease>
<shift-increase>
<binding>
<command>nasal</command>
<script>kap140.knobLargeUp();</script>
</binding>
</shift-increase>
<shift-decrease>
<binding>
<command>nasal</command>
<script>kap140.knobLargeDown();</script>
</binding>
</shift-decrease>
</animation>
</PropertyList>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,571 +0,0 @@
<?xml version="1.0" ?>
<PropertyList>
<!--
Bendix/King KMA20 Marker/Audio panel
Created by Torsten Dreyer, December 2008
You might want to use the following code in your aircraft's nasal
init function to keep the settings of the device persistent between
flightgear sessions
aircraft.data.add(
"instrumentation/kma20/test",
"instrumentation/kma20/auto",
"instrumentation/kma20/com1",
"instrumentation/kma20/com2",
"instrumentation/kma20/nav1",
"instrumentation/kma20/nav2",
"instrumentation/kma20/adf",
"instrumentation/kma20/dme",
"instrumentation/kma20/mkr",
"instrumentation/kma20/sens",
"instrumentation/kma20/knob"
);
-->
<params>
<outer>instrumentation/marker-beacon/outer</outer>
<middle>instrumentation/marker-beacon/middle</middle>
<inner>instrumentation/marker-beacon/inner</inner>
<test>instrumentation/kma20/test</test>
<auto>instrumentation/kma20/auto</auto>
<com1>instrumentation/kma20/com1</com1>
<com2>instrumentation/kma20/com2</com2>
<nav1>instrumentation/kma20/nav1</nav1>
<nav2>instrumentation/kma20/nav2</nav2>
<adf>instrumentation/kma20/adf</adf>
<dme>instrumentation/kma20/dme</dme>
<mkr>instrumentation/kma20/mkr</mkr>
<sens>instrumentation/kma20/sens</sens>
<knob>instrumentation/kma20/knob</knob>
</params>
<path>kma20.ac</path>
<animation>
<type>material</type>
<object-name>Chassis</object-name>
<object-name>Knob</object-name>
<emission>
<red>0.5</red>
<green>0.1</green>
<blue>0.00005</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>AUTO</object-name>
<object-name>COM1</object-name>
<object-name>COM2</object-name>
<object-name>NAV1</object-name>
<object-name>NAV2</object-name>
<object-name>ADF</object-name>
<object-name>DME</object-name>
<object-name>MKR</object-name>
<object-name>SENS</object-name>
<emission>
<red>0.2</red>
<green>0.04</green>
<blue>0.00002</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>O</object-name>
<emission>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<factor-prop alias="../../../params/outer"/>
<offset-prop alias="../../../params/test"/>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>M</object-name>
<emission>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<factor-prop alias="../../../params/middle"/>
<offset-prop alias="../../../params/test"/>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>A</object-name>
<emission>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<factor-prop alias="../../../params/inner"/>
<offset-prop alias="../../../params/test"/>
</emission>
</animation>
<animation>
<type>knob</type>
<drag-direction>vertical</drag-direction>
<drag-scale-px>30</drag-scale-px>
<object-name>AUTO</object-name>
<proxy-name>AUTOUp</proxy-name>
<proxy-name>AUTODown</proxy-name>
<property alias="../../params/auto"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/auto"/>
<factor>-1</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-auto</tooltip-id>
<label>Auto: %s</label>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "SPEAKER" : (arg[0]==1) ? "HEADSET" : "OFF"</script>
<property alias="../../../../params/auto"/>
</binding>
</hovered>
</animation>
<animation>
<type>knob</type>
<object-name>COM1</object-name>
<proxy-name>COM1Up</proxy-name>
<proxy-name>COM1Down</proxy-name>
<drag-direction>vertical</drag-direction>
<drag-scale-px>30</drag-scale-px>
<property alias="../../params/com1"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/com1"/>
<factor>-1</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-com1</tooltip-id>
<property alias="../../../../params/com1"/>
<label>COM1: %s</label>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "SPEAKER" : (arg[0]==1) ? "HEADSET" : "OFF"</script>
</binding>
</hovered>
</animation>
<animation>
<type>knob</type>
<object-name>COM2</object-name>
<proxy-name>COM2Up</proxy-name>
<proxy-name>COM2Down</proxy-name>
<drag-direction>vertical</drag-direction>
<drag-scale-px>30</drag-scale-px>
<property alias="../../params/com2"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/com2"/>
<factor>-1</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-com2</tooltip-id>
<label>COM2: %s</label>
<property alias="../../../../params/com2"/>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "SPEAKER" : (arg[0]==1) ? "HEADSET" : "OFF"</script>
</binding>
</hovered>
</animation>
<animation>
<type>knob</type>
<object-name>NAV1</object-name>
<proxy-name>NAV1Up</proxy-name>
<proxy-name>NAV1Down</proxy-name>
<drag-direction>vertical</drag-direction>
<drag-scale-px>30</drag-scale-px>
<property alias="../../params/nav1"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/nav1"/>
<factor>-1</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-nav1</tooltip-id>
<label>NAV1: %s</label>
<property alias="../../../../params/nav1"/>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "SPEAKER" : (arg[0]==1) ? "HEADSET" : "OFF"</script>
</binding>
</hovered>
</animation>
<animation>
<type>knob</type>
<object-name>NAV2</object-name>
<proxy-name>NAV2Up</proxy-name>
<proxy-name>NAV2Down</proxy-name>
<drag-direction>vertical</drag-direction>
<drag-scale-px>30</drag-scale-px>
<property alias="../../params/nav2"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/nav2"/>
<factor>-1</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-nav2</tooltip-id>
<label>NAV2: %s</label>
<property alias="../../../../params/nav2"/>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "SPEAKER" : (arg[0]==1) ? "HEADSET" : "OFF"</script>
</binding>
</hovered>
</animation>
<animation>
<type>knob</type>
<object-name>ADF</object-name>
<proxy-name>ADFUp</proxy-name>
<proxy-name>ADFDown</proxy-name>
<drag-direction>vertical</drag-direction>
<drag-scale-px>30</drag-scale-px>
<property alias="../../params/adf"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/adf"/>
<factor>-1</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-adf</tooltip-id>
<label>ADF: %s</label>
<property alias="../../../../params/adf"/>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "SPEAKER" : (arg[0]==1) ? "HEADSET" : "OFF"</script>
</binding>
</hovered>
</animation>
<animation>
<type>knob</type>
<object-name>DME</object-name>
<proxy-name>DMEUp</proxy-name>
<proxy-name>DMEDown</proxy-name>
<drag-direction>vertical</drag-direction>
<drag-scale-px>30</drag-scale-px>
<property alias="../../params/dme"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/dme"/>
<factor>-1</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-dme</tooltip-id>
<label>DME: %s</label>
<property alias="../../../../params/dme"/>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "SPEAKER" : (arg[0]==1) ? "HEADSET" : "OFF"</script>
</binding>
</hovered>
</animation>
<animation>
<type>knob</type>
<object-name>MKR</object-name>
<proxy-name>MKRUp</proxy-name>
<proxy-name>MKRDown</proxy-name>
<drag-direction>vertical</drag-direction>
<drag-scale-px>30</drag-scale-px>
<property alias="../../params/mkr"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/mkr"/>
<factor>-1</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-mkr</tooltip-id>
<label>Marker Beacon: %s</label>
<property alias="../../../../params/mkr"/>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "SPEAKER" : (arg[0]==1) ? "HEADSET" : "OFF"</script>
</binding>
</hovered>
</animation>
<animation>
<type>rotate</type>
<object-name>SENS</object-name>
<property alias="../../params/sens"/>
<factor>30</factor>
<axis>
<y>1</y>
</axis>
<center>
<x-m>0.0131629</x-m>
<z-m>0.00714385</z-m>
</center>
</animation>
<animation>
<type>pick</type>
<object-name>SENSUp</object-name>
<visible>false</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/sens"/>
<step>-1</step>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>SENSDown</object-name>
<visible>false</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/sens"/>
<step>1</step>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
<mod-up>
<binding>
<condition>
<equals>
<property alias="../../../../../../../params/sens"/>
<value>1</value>
</equals>
</condition>
<command>property-assign</command>
<property alias="../../../../../params/sens"/>
<value>0</value>
</binding>
<binding>
<condition>
<equals>
<property alias="../../../../../../../params/sens"/>
<value>0</value>
</equals>
</condition>
<command>property-assign</command>
<property alias="../../../../../params/test"/>
<value>0</value>
</binding>
</mod-up>
<binding>
<condition>
<greater-than>
<property alias="../../../../../../params/sens"/>
<value>-1</value>
</greater-than>
</condition>
<command>property-assign</command>
<property alias="../../../../params/test"/>
<property alias="../../../../params/sens"/>
</binding>
</action>
</animation>
<animation>
<type>knob</type>
<object-name>Knob</object-name>
<proxy-name>MICLeft</proxy-name>
<proxy-name>MICRight</proxy-name>
<property alias="../../params/knob"/>
<factor>-30</factor>
<axis>
<x>1</x>
</axis>
<center>
<y-m>-0.0605381</y-m>
<z-m>0.00559147</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/knob"/>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>kma20-mic</tooltip-id>
<label>Microphone: %s</label>
<property alias="../../../../params/knob"/>
<mapping>nasal</mapping>
<script>(arg[0] == -1) ? "COM1" : (arg[0]==1) ? "External" : "COM2"</script>
</binding>
</hovered>
</animation>
</PropertyList>

View file

@ -1,28 +0,0 @@
<?xml version="1.0"?>
<!--
Provide a proper(?) initialization of kma20 switches.
Usage:
add
<instrumentation>
<kma20 include="../Instruments-3d/kma20/kma20init.xml"/>
</instrumentation>
to your aircraft-set.xml
-->
<PropertyList>
<!-- -1: COM1, 0: COM2, 1: EXT -->
<knob type="int" archive="y">-1</knob>
<!-- -1: SPEAKER, 0: OFF, 1: PHONE -->
<auto type="int" archive="y">1</auto>
<com1 type="int" archive="y">0</com1>
<com2 type="int" archive="y">0</com2>
<nav1 type="int" archive="y">0</nav1>
<nav2 type="int" archive="y">0</nav2>
<adf type="int" archive="y">0</adf>
<dme type="int" archive="y">0</dme>
<mkr type="int" archive="y">-1</mkr>
<sens type="int" archive="y">0</sens>
<!-- flag for marker lights test -->
<test type="int" archive="y">0</test>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,164 +0,0 @@
<?xml version="1.0"?>
<!--
ADF based on ki227 by Torsten Dreyer
-->
<PropertyList>
<path>ki227_228.ac</path>
<params>
<model>instrumentation/adf[0]/model</model>
<rotation-deg>instrumentation/adf[0]/rotation-deg</rotation-deg>
<adf-bearing-deg>instrumentation/adf[0]/indicated-bearing-deg</adf-bearing-deg>
<vor-bearing-deg>instrumentation/nav[0]/radials/reciprocal-radial-deg</vor-bearing-deg>
<indicated-heading>instrumentation/heading-indicator/indicated-heading-deg</indicated-heading>
</params>
<animation>
<type>noshadow</type>
</animation>
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>10</max-m>
</animation>
<animation>
<type>material</type>
<object-name>CompassRose</object-name>
<object-name>KI227.ADFNeedle</object-name>
<object-name>Marker</object-name>
<object-name>HDGSelector</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>select</type>
<object-name>KI227.ADFNeedle</object-name>
<object-name>HDGSelector</object-name>
<object-name>HDGSelectorPick.L</object-name>
<object-name>HDGSelectorPick.R</object-name>
<condition>
<not>
<equals>
<property alias="../../../../../params/model"/>
<value>ki228</value>
</equals>
</not>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>CompassRose</object-name>
<property alias="../../params/rotation-deg"/>
<condition>
<not>
<equals>
<property alias="../../../../../params/model"/>
<value>ki228</value>
</equals>
</not>
</condition>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>CompassRose</object-name>
<property alias="../../params/indicated-heading"/>
<condition>
<equals>
<property alias="../../../../params/model"/>
<value>ki228</value>
</equals>
</condition>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227.ADFNeedle</object-name>
<property alias="../../params/adf-bearing-deg"/>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>HDGSelectorPick.L</object-name>
<object-name>HDGSelectorPick.R</object-name>
<visible>false</visible>
</animation>
<animation>
<type>knob</type>
<object-name>HDGSelector</object-name>
<property alias="../../params/rotation-deg"/>
<factor>8.0</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>-0.0318072</y-m>
<z-m>-0.0327009</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property alias="../../../../params/rotation-deg"/>
<factor>1</factor>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>adf-hdg</tooltip-id>
<label>ADF Heading: %3d</label>
<property alias="../../../../params/rotation-deg"/>
</binding>
</hovered>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,542 +0,0 @@
<?xml version="1.0" ?>
<PropertyList>
<params>
<right-display>/instrumentation/adf[0]/right-display</right-display>
<dimming>instrumentation/adf[0]/dimming-norm</dimming>
</params>
<path>kr87.ac</path>
<animation>
<type>select</type>
<object-name>indicator</object-name>
<condition>
<property>/instrumentation/adf[0]/operable</property>
</condition>
</animation>
<animation>
<type>noshadow</type>
</animation>
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>10</max-m>
</animation>
<animation>
<type>material</type>
<object-name>Chassis</object-name>
<object-name>Volume</object-name>
<object-name>FRQOuter</object-name>
<object-name>FRQInner</object-name>
<object-name>knobs.ADF</object-name>
<object-name>knobs.BFO</object-name>
<object-name>knobs.FRQ</object-name>
<object-name>knobs.FLT</object-name>
<object-name>knobs.SET</object-name>
<emission>
<red>0.5</red>
<green>0.1</green>
<blue>0.00005</blue>
<factor-prop>sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>indicator</object-name>
<emission>
<red>-1.0</red>
<green>-1.0</green>
<blue>-1.0</blue>
<factor-prop alias="../../../params/dimming"/>
<offset>1</offset>
</emission>
</animation>
<animation>
<type>select</type>
<object-name>indicator.ANT</object-name>
<condition>
<not>
<property>/instrumentation/adf[0]/adf-btn</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>indicator.ADF</object-name>
<condition>
<property>/instrumentation/adf[0]/adf-btn</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>indicator.BFO</object-name>
<condition>
<property>/instrumentation/adf[0]/bfo-btn</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>indicator.FRQ</object-name>
<condition>
<equals>
<property>/instrumentation/adf[0]/display-mode</property>
<value type="int">0</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>indicator.FLT</object-name>
<condition>
<equals>
<property>/instrumentation/adf[0]/display-mode</property>
<value type="int">1</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>indicator.ET</object-name>
<condition>
<equals>
<property>/instrumentation/adf[0]/display-mode</property>
<value type="int">2</value>
</equals>
</condition>
</animation>
<!-- Use FREQ -->
<animation>
<type>select</type>
<object-name>indicator.Use.1000</object-name>
<condition>
<greater-than-equals>
<property>/instrumentation/adf[0]/frequencies/selected-khz</property>
<value type="int">1000</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>indicator.Use.1000</object-name>
<property>/instrumentation/adf[0]/frequencies/selected-khz</property>
<step>1000</step>
<factor>0.0001</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>indicator.Use.100</object-name>
<property>/instrumentation/adf[0]/frequencies/selected-khz</property>
<step>100</step>
<factor>0.001</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>indicator.Use.10</object-name>
<property>/instrumentation/adf[0]/frequencies/selected-khz</property>
<step>10</step>
<factor>0.01</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>indicator.Use.1</object-name>
<property>/instrumentation/adf[0]/frequencies/selected-khz</property>
<step>1</step>
<factor>0.1</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- STBY FREQ -->
<animation>
<condition>
<not-equals>
<property>/instrumentation/adf[0]/display-mode</property>
<value type="int">0</value>
</not-equals>
</condition>
<type>select</type>
<object-name>indicator.dots</object-name>
</animation>
<animation>
<condition>
<greater-than-equals>
<property alias="../../../../params/right-display"/>
<value type="int">1000</value>
</greater-than-equals>
</condition>
<type>select</type>
<object-name>indicator.Stby.1000</object-name>
</animation>
<animation>
<condition>
<greater-than-equals>
<property alias="../../../../params/right-display"/>
<value type="int">100</value>
</greater-than-equals>
</condition>
<type>select</type>
<object-name>indicator.Stby.100</object-name>
</animation>
<animation>
<type>textranslate</type>
<object-name>indicator.Stby.1000</object-name>
<property alias="../../params/right-display"/>
<step>1000</step>
<factor>0.0001</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>indicator.Stby.100</object-name>
<property alias="../../params/right-display"/>
<step>100</step>
<factor>0.001</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>indicator.Stby.10</object-name>
<property alias="../../params/right-display"/>
<step>10</step>
<factor>0.01</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>indicator.Stby.1</object-name>
<property alias="../../params/right-display"/>
<step>1</step>
<factor>0.1</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- knobs and buttons -->
<animation>
<type>translate</type>
<object-name>knobs.ADF</object-name>
<property>/instrumentation/adf[0]/adf-btn</property>
<factor>-0.004</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<visible>true</visible>
<object-name>knobs.ADF</object-name>
<action>
<button>0</button>
<binding>
<command>property-toggle</command>
<property>/instrumentation/adf[0]/adf-btn</property>
</binding>
</action>
</animation>
<animation>
<type>translate</type>
<object-name>knobs.BFO</object-name>
<property>/instrumentation/adf[0]/bfo-btn</property>
<factor>-0.004</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<visible>true</visible>
<object-name>knobs.BFO</object-name>
<action>
<button>0</button>
<binding>
<command>property-toggle</command>
<property>/instrumentation/adf[0]/bfo-btn</property>
</binding>
</action>
</animation>
<animation>
<type>translate</type>
<object-name>knobs.FRQ</object-name>
<property>/instrumentation/adf[0]/frq-btn</property>
<factor>-0.004</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<visible>true</visible>
<object-name>knobs.FRQ</object-name>
<action>
<button>0</button>
<binding>
<command>property-toggle</command>
<property>/instrumentation/adf[0]/bfo-frq</property>
</binding>
<binding>
<command>property-assign</command>
<property>/instrumentation/adf[0]/frq-btn</property>
<value type="int">1</value>
</binding>
<binding>
<condition>
<equals>
<property>/instrumentation/adf[0]/display-mode</property>
<value type="int">0</value>
</equals>
</condition>
<command>property-swap</command>
<property>/instrumentation/adf[0]/frequencies/selected-khz</property>
<property>/instrumentation/adf[0]/frequencies/standby-khz</property>
</binding>
<binding>
<command>property-assign</command>
<property>/instrumentation/adf[0]/display-mode</property>
<value type="int">0</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/instrumentation/adf[0]/frq-btn</property>
<value type="int">0</value>
</binding>
</mod-up>
</action>
</animation>
<animation>
<type>translate</type>
<object-name>knobs.FLT</object-name>
<property>/instrumentation/adf[0]/flt-btn</property>
<factor>-0.004</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<visible>true</visible>
<object-name>knobs.FLT</object-name>
<action>
<button>0</button>
<binding>
<command>property-assign</command>
<property>/instrumentation/adf[0]/flt-btn</property>
<value type="int">1</value>
</binding>
<binding>
<command>property-adjust</command>
<property>/instrumentation/adf[0]/display-mode</property>
<step>1</step>
<min>1</min>
<max>3</max>
<wrap>true</wrap>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/instrumentation/adf[0]/flt-btn</property>
<value type="int">0</value>
</binding>
</mod-up>
</action>
</animation>
<animation>
<type>translate</type>
<object-name>knobs.SET</object-name>
<property>/instrumentation/adf[0]/set-btn</property>
<factor>-0.004</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<visible>true</visible>
<object-name>knobs.SET</object-name>
<action>
<button>0</button>
<binding>
<command>property-assign</command>
<property>/instrumentation/adf[0]/set-btn</property>
<value type="int">1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/instrumentation/adf[0]/set-btn</property>
<value type="int">0</value>
</binding>
</mod-up>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>VolumePickLeft</object-name>
<object-name>VolumePickRight</object-name>
<visible>false</visible>
</animation>
<animation>
<type>knob</type>
<object-name>Volume</object-name>
<property>/instrumentation/adf[0]/volume-norm</property>
<factor>-270</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0.0188946</x-m>
<y-m>0.03362955</y-m>
<z-m>-0.00472295</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property>/instrumentation/adf[0]/volume-norm</property>
<factor>0.1</factor>
<min>0</min>
<max>1.0</max>
</binding>
<!-- switch on if volume greater than 0.0 -->
<binding>
<condition>
<greater-than>
<property>/instrumentation/adf[0]/volume-norm</property>
<value>0.0</value>
</greater-than>
</condition>
<command>property-assign</command>
<property>/instrumentation/adf[0]/power-btn</property>
<value type="bool">1</value>
</binding>
<!-- switch off if volume less than 0.1 -->
<binding>
<condition>
<less-than>
<property>/instrumentation/adf[0]/volume-norm</property>
<value>0.1</value>
</less-than>
</condition>
<command>property-assign</command>
<property>/instrumentation/adf[0]/power-btn</property>
<value type="bool">0</value>
</binding>
</action>
</animation>
<!-- frequency knob -->
<animation>
<type>pick</type>
<object-name>FreqPickLeft</object-name>
<object-name>FreqPickRight</object-name>
<visible>false</visible>
</animation>
<animation>
<type>knob</type>
<object-name>FRQOuter</object-name>
<object-name>FRQInner</object-name>
<action>
<binding>
<command>property-adjust</command>
<property>/instrumentation/adf[0]/frequencies/standby-khz</property>
<factor>1</factor>
<min>200</min>
<max>1800</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<shift-action>
<binding>
<command>property-adjust</command>
<property>/instrumentation/adf[0]/frequencies/standby-khz</property>
<factor>100</factor>
<min>200</min>
<max>1800</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</shift-action>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,42 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>light_control.ac</path>
<!-- Panel/radio light control -->
<animation>
<type>knob</type>
<object-name>LightKnob</object-name>
<proxy-name>LightHotspotLeft</proxy-name>
<proxy-name>LightHotspotRight</proxy-name>
<visible>true</visible>
<action>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>controls/lighting/instruments-norm</property>
<factor>0.1</factor>
<min>0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>lighting-brightness</tooltip-id>
<label>Instrument Lighting: %3d%%</label>
<property>controls/lighting/instruments-norm</property>
<mapping>percent</mapping>
</binding>
</hovered>
</animation>
</PropertyList>

View file

@ -1,105 +0,0 @@
<?xml version="1.0"?>
<!--
instrumentation for $FG_ROOT/Aircraft/c172p-panel-only-set.xml
needs kr-87
-->
<PropertyList>
<adf>
<name>adf</name>
<number>0</number>
</adf>
<airspeed-indicator>
<name>airspeed-indicator</name>
<number>0</number>
<total-pressure>/systems/pitot/total-pressure-inhg</total-pressure>
<static-pressure>/systems/static/pressure-inhg</static-pressure>
</airspeed-indicator>
<altimeter>
<name>altimeter</name>
<number>0</number>
<static-pressure>/systems/static/pressure-inhg</static-pressure>
</altimeter>
<attitude-indicator>
<name>attitude-indicator</name>
<number>0</number>
<suction>/systems/vacuum/suction-inhg</suction>
</attitude-indicator>
<clock>
<name>clock</name>
<number>0</number>
</clock>
<dme>
<name>dme</name>
<number>0</number>
</dme>
<encoder>
<name>encoder</name>
<number>0</number>
<static-pressure>/systems/static/pressure-inhg</static-pressure>
</encoder>
<marker-beacon>
<name>marker-beacon</name>
<number>0</number>
</marker-beacon>
<heading-indicator>
<name>heading-indicator-dg</name>
<number>0</number>
<suction>/systems/vacuum/suction-inhg</suction>
</heading-indicator>
<KR-87>
<name>kr-87</name>
<number>0</number>
</KR-87>
<magnetic-compass>
<name>magnetic-compass</name>
<number>0</number>
</magnetic-compass>
<nav-radio>
<name>nav</name>
<number>0</number>
</nav-radio>
<nav-radio>
<name>nav</name>
<number>1</number>
</nav-radio>
<slip-skid-ball>
<name>slip-skid-ball</name>
<number>0</number>
</slip-skid-ball>
<transponder>
<name>transponder</name>
<number>0</number>
<mode-c-altitude>/instrumentation/encoder/mode-c-alt-ft</mode-c-altitude>
</transponder>
<turn-indicator>
<name>turn-indicator</name>
<number>0</number>
</turn-indicator>
<vertical-speed-indicator>
<name>vertical-speed-indicator</name>
<number>0</number>
<static-pressure>/systems/static/pressure-inhg</static-pressure>
</vertical-speed-indicator>
<gps>
<name>gps</name>
<number>0</number>
</gps>
</PropertyList>

View file

@ -1,23 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 0
OBJECT world
kids 1
OBJECT poly
name "RadioStack"
loc 0.000486599 0.0692169 -8.90131e-05
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/radio_stack/panel-tex02.rgb"
crease 45.000000
numvert 4
0 0.0657509 -0.0804673
0 0.0657509 0.0808435
0 -0.139838 0.0808435
0 -0.139838 -0.0804673
numsurf 1
SURF 0x20
mat 0
refs 4
0 0 1
1 1 1
2 1 0
3 0 0
kids 0

View file

@ -1,76 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE PropertyList SYSTEM "panel.dtd">
<PropertyList>
<name>Radio-Panel</name>
<!--<background>Aircraft/pa24-250/Models/radio_stack/transparent-bg.rgb</background>-->
<w>512</w>
<h>1024</h>
<instruments>
<!-- radio stack -->
<instrument include="../../../Instruments/dme.xml">
<name>DME Display</name>
<x>120</x>
<y>470</y>
<w>200</w>
<h>100</h> -->
</instrument>
<instrument include="../../../Instruments/markerbeacon.xml">
<name>Marker Beacon Indicators</name>
<x>64</x>
<y>1000</y>
<w>100</w>
<h>50</h>
</instrument>
<instrument include="../../../Instruments/adf-radio.xml">
<name>ADF Radio</name>
<x>256</x>
<y>900</y>
<w>512</w>
<h>150</h>
</instrument>
<instrument include="../../../Instruments/navcom-kx155.xml">
<name>NavCom 1 Radio</name>
<x>256</x>
<y>750</y>
<w>512</w>
<h>150</h>
</instrument>
<instrument include="../../../Instruments/navcom-kx155.xml">
<name>NavCom 2 Radio</name>
<params>
<comm-freq-selected-prop>/instrumentation/comm[1]/frequencies/selected-mhz</comm-freq-selected-prop>
<comm-freq-standby-prop>/instrumentation/comm[1]/frequencies/standby-mhz</comm-freq-standby-prop>
<nav-freq-selected-prop>/instrumentation/nav[1]/frequencies/selected-mhz</nav-freq-selected-prop>
<nav-freq-standby-prop>/instrumentation/nav[1]/frequencies/standby-mhz</nav-freq-standby-prop>
<nav-morse-id-volume-prop>/instrumentation/nav[1]/volume</nav-morse-id-volume-prop>
<nav-morse-ident-toggle-prop>/instrumentation/nav[1]/ident</nav-morse-ident-toggle-prop>
<nav-com-pwr-volts-prop>/systems/electrical/outputs/nav[1]</nav-com-pwr-volts-prop>
</params>
<x>256</x>
<y>600</y>
<w>512</w>
<h>150</h>
</instrument>
<!--
<instrument include="../../../Instruments/KAP140TwoAxisAlt.xml">
<name>KAP140 Autopilot</name>
<x>256</x>
<y>340</y>
<w>512</w>
<h>150</h>
</instrument> -->
<!-- end radio stack -->
</instruments>
</PropertyList>

View file

@ -1,25 +0,0 @@
<?xml version="1.0" ?>
<PropertyList>
<path>RadioStack.ac</path>
<panel>
<path>Aircraft/pa24-250/Models/radio_stack/radio-panel.xml</path>
<bottom-left>
<x-m>0.0015</x-m>
<y-m>-0.08</y-m>
<z-m>-0.135</z-m>
</bottom-left>
<bottom-right>
<x-m>0.0015</x-m>
<y-m>0.08</y-m>
<z-m>-0.135</z-m>
</bottom-right>
<top-left>
<x-m>0.0015</x-m>
<y-m>-0.08</y-m>
<z-m>0.135</z-m>
</top-left>
</panel>
</PropertyList>

View file

@ -1,54 +0,0 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 2
OBJECT poly
name "Face"
data 8
Mesh.001
texture "vac-face.rgb"
texrep 1 1
crease 45.000000
numvert 4
0 0.01012 -0.01012
0 -0.01012 -0.01012
0 -0.01012 0.01012
0 0.01012 0.01012
numsurf 1
SURF 0x00
mat 1
refs 4
0 0.9375 0.992187976837
3 0.0078125 0.992187976837
2 0.0078125 0.015625
1 0.9375 0.015625
kids 0
OBJECT poly
name "VacNeedle"
data 4
Mesh
crease 45.000000
numvert 6
0.00059 0.007795 -0.000271
0.00059 -0.002593 -0.000271
0.00059 -0.002593 0.000272
0.00059 0.007795 0.000272
0.00059 0.002601 0.000272
0.00059 0.002601 -0.000271
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0

View file

@ -1,45 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<path>vac.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>VacNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>VacNeedle</object-name>
<property>systems/vacuum/suction-inhg</property>
<interpolation>
<entry><ind> 0.0</ind><dep>-165 </dep></entry>
<entry><ind> 1.0</ind><dep>-132</dep></entry>
<entry><ind> 2.0</ind><dep>-99</dep></entry>
<entry><ind> 3.0</ind><dep> -66 </dep></entry>
<entry><ind> 4.0</ind><dep> -33 </dep></entry>
<entry><ind> 5.0</ind><dep> 0 </dep></entry>
<entry><ind> 6.0</ind><dep> 33 </dep></entry>
<entry><ind> 7.00</ind><dep> 66 </dep></entry>
<entry><ind> 8.0</ind><dep> 99 </dep></entry>
<entry><ind> 9.0</ind><dep> 132 </dep></entry>
<entry><ind> 8.0</ind><dep> 165 </dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -2,6 +2,12 @@
<PropertyList>
<params>
<engine>
<exhaust>sim/multiplay/generic/int[17]</exhaust>
</engine>
</params>
<particlesystem>
<name>startup</name>
<texture>smoke.png</texture>
@ -9,16 +15,7 @@
<lighting>false</lighting>
<condition>
<and>
<property>controls/engines/engine/starter</property>
<greater-than>
<property>controls/engines/engine/mixture</property>
<value>0</value>
</greater-than>
<not>
<property>engines/engine/running</property>
</not>
</and>
<property alias="/params/engine/exhaust"/>
</condition>
<emissive>false</emissive>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>c172p-flashlight</name>
<inherits-from>Effects/model-interior</inherits-from>
<parameters>
<light-filter-one type="vec3d">0.5 0.5 0.5</light-filter-one>
<light-filter-two type="vec3d">0.9 0.2 0.2</light-filter-two>
<light-radius type="float">13</light-radius>
</parameters>
</PropertyList>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>c172-interior-glass-shadow</name>
<name>c172p-interior-glass-shadow</name>
<inherits-from>Effects/model-interior</inherits-from>
<parameters>
<texture n="4">

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>c172-interior</name>
<name>c172p-interior</name>
<inherits-from>Effects/model-interior</inherits-from>
<parameters>
<texture n="4">

File diff suppressed because it is too large Load diff

View file

@ -13,27 +13,28 @@
<PropertyList>
<path>shadow.ac</path>
<path>3dpontoonshadow.ac</path>
<nopreview/>
<offsets>
<pitch-deg>2.75</pitch-deg>
<z-m>1.91</z-m>
<offsets>
<pitch-deg>3.75</pitch-deg>
<z-m>-0.25</z-m>
</offsets>
<animation>
<object-name>shadow</object-name>
<object-name>3dpontoonshadow</object-name>
<type>select</type>
<condition>
<and>
<not>
<not>
<property>/sim/rendering/rembrandt/enabled</property>
</not>
<property>/sim/rendering/shaders/skydome</property>
<property>/sim/rendering/shadow</property>
<not>
<property>/sim/rendering/shadow-volume</property>
</not>
<property>/sim/rendering/shadow-volume</property>
<equals>
<property>/fdm/jsbsim/bushkit</property>
<value>4</value>
</equals>
<not>
<property>/fdm/jsbsim/unit[12]/WOW</property>
</not>
@ -49,21 +50,21 @@
</and>
</condition>
</animation>
<effect>
<inherits-from>Effects/shadow</inherits-from>
<object-name>shadow</object-name>
<inherits-from>Effects/shadow-vol</inherits-from>
<object-name>3dpontoonshadow</object-name>
</effect>
<animation>
<type>noshadow</type>
<object-name>shadow</object-name>
<object-name>3dpontoonshadow</object-name>
</animation>
<!-- pitch -->
<animation>
<type>rotate</type>
<object-name>shadow</object-name>
<object-name>3dpontoonshadow</object-name>
<property>/orientation/pitch-deg</property>
<factor>-1.0</factor>
<center>
@ -81,7 +82,7 @@
<!-- roll -->
<animation>
<type>rotate</type>
<object-name>shadow</object-name>
<object-name>3dpontoonshadow</object-name>
<property>/orientation/roll-deg</property>
<factor>1.0</factor>
<center>
@ -95,28 +96,5 @@
<z>0</z>
</axis>
</animation>
<!--Translate to ground level -->
<animation>
<type>translate</type>
<object-name>shadow</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
<property>/position/altitude-agl-ft</property>
<factor>-0.3048</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>0</x>
<y>0</y>
<z>1</z>
</axis>
</animation>
</PropertyList>

View file

@ -17,8 +17,8 @@
<nopreview/>
<offsets>
<pitch-deg>2.75</pitch-deg>
<z-m>-.25</z-m>
<pitch-deg>3.75</pitch-deg>
<z-m>-0.05</z-m>
</offsets>
<animation>

View file

@ -17,8 +17,8 @@
<nopreview/>
<offsets>
<pitch-deg>2.75</pitch-deg>
<z-m>-.25</z-m>
<pitch-deg>3.75</pitch-deg>
<z-m>-0.05</z-m>
</offsets>
<animation>

View file

@ -17,8 +17,8 @@
<nopreview/>
<offsets>
<pitch-deg>2.75</pitch-deg>
<z-m>-.25</z-m>
<pitch-deg>3.75</pitch-deg>
<z-m>-0.05</z-m>
</offsets>
<animation>

View file

@ -17,8 +17,8 @@
<nopreview/>
<offsets>
<pitch-deg>3</pitch-deg>
<z-m>-.25</z-m>
<pitch-deg>3.75</pitch-deg>
<z-m>-0.1</z-m>
</offsets>
<animation>
@ -31,15 +31,10 @@
</not>
<property>/sim/rendering/shaders/skydome</property>
<property>/sim/rendering/shadow-volume</property>
<or>
<equals>
<property>/fdm/jsbsim/bushkit</property>
<value>3</value>
</equals><equals>
<property>/fdm/jsbsim/bushkit</property>
<value>4</value>
</equals>
</or>
<equals>
<property>/fdm/jsbsim/bushkit</property>
<value>3</value>
</equals>
<not>
<property>/fdm/jsbsim/unit[12]/WOW</property>
</not>

View file

@ -1,7 +1,28 @@
<?xml version="1.0"?>
<PropertyList>
<path>breakers.ac</path>
<effect>
<inherits-from>../../../../Effects/interior/c172p-interior</inherits-from>
<object-name>autopilot_breaker</object-name>
<object-name>radio5_breaker</object-name>
<object-name>radio4_breaker</object-name>
<object-name>radio3_breaker</object-name>
<object-name>radio2_breaker</object-name>
<object-name>radio1_breaker</object-name>
<object-name>turn-coordinator_breaker</object-name>
<object-name>strobe_breaker</object-name>
<object-name>bcnlt_breaker</object-name>
<object-name>landing_breaker</object-name>
<object-name>navlt_breaker</object-name>
<object-name>intlt_breaker</object-name>
<object-name>instr_breaker</object-name>
<object-name>pitot-heat_breaker</object-name>
<object-name>master_breaker</object-name>
<object-name>flaps_breaker</object-name>
<object-name>AvionicsSwitch</object-name>
</effect>
<animation>
<type>pick</type>
<object-name>AvionicsSwitch</object-name>

View file

@ -1,6 +1,13 @@
<?xml version="1.0" ?>
<PropertyList>
<path>flaps.ac</path>
<path>flaps.ac</path>
<effect>
<inherits-from>../../../../Effects/interior/c172p-interior</inherits-from>
<object-name>FlapSwitch</object-name>
<object-name>FlapPos</object-name>
</effect>
<animation>
<type>knob</type>
<property>controls/flight/flaps</property>

Some files were not shown because too many files have changed in this diff Show more