Changes from Dave Perry:
I made a minor change to one file in the c172p that accommodates a feature I added to the navcom-kx155.xml and the dme.xml in the Instruments folder. I wanted to leave the frequencies, etc. on these dark until there was voltage applied to /systems/electrical/outputs/nav. This was accomplished by adding a param and property alias pointing to the appropriate value. Since the c172p "always" applies 28 volts, this made no change in the c172p, but allowed me to model the avionics master and battery master realisticly in pa24-electrical.nas. I put in comments explaining this at the change points. There is a useful "help > aircraft help" that walks you through the start procedure and lists the key bindings as well as the key to "light up" the hot spots.
This commit is contained in:
parent
be1a0a1c9e
commit
8ab3d99a88
8 changed files with 555 additions and 72 deletions
|
@ -1,47 +1,49 @@
|
|||
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
|
||||
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.000650733 0
|
||||
crease 45.000000
|
||||
numvert 9
|
||||
0.002501 0.017596 -0.001537
|
||||
0.002501 -0.008971 -0.001537
|
||||
0.002501 -0.008971 0.001537
|
||||
0.002501 0.017596 0.001537
|
||||
0.002501 0.02208 0.000726
|
||||
0.002501 0.02208 -0.000726
|
||||
0.002501 0.034154 -0.000726
|
||||
0.002501 0.034154 0.000726
|
||||
0.002501 0.037949 0
|
||||
0 0.0163196 -0.001537
|
||||
0 -0.00832027 -0.001537
|
||||
0 -0.00832027 0.001537
|
||||
0 0.0163196 0.001537
|
||||
0 0.0204784 0.000726
|
||||
0 0.0204784 -0.000726
|
||||
0 0.0316766 -0.000726
|
||||
0 0.0316766 0.000726
|
||||
0 0.0351963 0
|
||||
numsurf 5
|
||||
SURF 0x00
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 4
|
||||
0 0 0
|
||||
3 0 0
|
||||
2 0 0
|
||||
1 0 0
|
||||
SURF 0x00
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 4
|
||||
3 0 0
|
||||
0 0 0
|
||||
5 0 0
|
||||
4 0 0
|
||||
SURF 0x00
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 3
|
||||
5 0 0
|
||||
6 0 0
|
||||
8 0 0
|
||||
SURF 0x00
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 3
|
||||
8 0 0
|
||||
7 0 0
|
||||
4 0 0
|
||||
SURF 0x00
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 3
|
||||
8 0 0
|
||||
|
@ -50,19 +52,19 @@ refs 3
|
|||
kids 0
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "/home/david/src/blender/Instruments/asi/asi.rgb"
|
||||
texrep 1 1
|
||||
texture "asi.rgb"
|
||||
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 0x00
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.94140625 0.94140625
|
||||
3 0.05078125 0.94140625
|
||||
2 0.05078125 0.05078125
|
||||
1 0.94140625 0.05078125
|
||||
0 0.941406 0.941406
|
||||
3 0.0507812 0.941406
|
||||
2 0.0507812 0.0507812
|
||||
1 0.941406 0.0507812
|
||||
kids 0
|
||||
|
|
BIN
Aircraft/Instruments-3d/gps-ind/gps-ind.rgb
Normal file
BIN
Aircraft/Instruments-3d/gps-ind/gps-ind.rgb
Normal file
Binary file not shown.
22
Aircraft/Instruments-3d/gps-ind/gps.ac
Normal file
22
Aircraft/Instruments-3d/gps-ind/gps.ac
Normal file
|
@ -0,0 +1,22 @@
|
|||
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 1
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "gps-ind.rgb"
|
||||
crease 45.000000
|
||||
numvert 4
|
||||
6.99382e-09 0.04 -0.04
|
||||
6.99382e-09 -0.04 -0.04
|
||||
-6.99382e-09 -0.04 0.04
|
||||
-6.99382e-09 0.04 0.04
|
||||
numsurf 1
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.994141 0.994141
|
||||
3 0 0.994141
|
||||
2 0 0
|
||||
1 0.994141 0
|
||||
kids 0
|
10
Aircraft/Instruments-3d/gps-ind/gps.xml
Normal file
10
Aircraft/Instruments-3d/gps-ind/gps.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>gps.ac</path>
|
||||
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
|
@ -1,11 +1,13 @@
|
|||
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
|
||||
MATERIAL "ac3dmat12" rgb 0.267 0.267 0.267 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.302 0.302 0.302 shi 10 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
|
||||
kids 5
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "/home/david/src/blender/Instruments/hi/hi01.rgb"
|
||||
texrep 1 1
|
||||
loc 0.000119331 0 0
|
||||
texture "hi01.rgb"
|
||||
crease 45.000000
|
||||
numvert 6
|
||||
-0.001458 0.04 -0.04
|
||||
-0.001458 -0.04 -0.04
|
||||
|
@ -14,25 +16,25 @@ numvert 6
|
|||
-0.001458 0 0.04
|
||||
-0.001458 0 -0.04
|
||||
numsurf 2
|
||||
SURF 0x00
|
||||
mat 0
|
||||
SURF 0x0
|
||||
mat 1
|
||||
refs 4
|
||||
0 0.935546875 0.935546875
|
||||
3 0.056640625 0.935546875
|
||||
4 0.056640625 0.49609375
|
||||
5 0.935546875 0.49609375
|
||||
SURF 0x00
|
||||
mat 0
|
||||
0 0.935547 0.935547
|
||||
3 0.0566406 0.935547
|
||||
4 0.0566406 0.496094
|
||||
5 0.935547 0.496094
|
||||
SURF 0x0
|
||||
mat 1
|
||||
refs 4
|
||||
4 0.056640625 0.49609375
|
||||
2 0.056640625 0.056640625
|
||||
1 0.935546875 0.056640625
|
||||
5 0.935546875 0.49609375
|
||||
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 "/home/david/src/blender/Instruments/hi/hi02.rgb"
|
||||
texrep 1 1
|
||||
texture "hi02.rgb"
|
||||
crease 45.000000
|
||||
numvert 6
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
|
@ -41,18 +43,442 @@ numvert 6
|
|||
0 0 0.04
|
||||
0 0 -0.04
|
||||
numsurf 2
|
||||
SURF 0x00
|
||||
mat 0
|
||||
SURF 0x0
|
||||
mat 1
|
||||
refs 4
|
||||
0 0.994140625 0.994140625
|
||||
3 -0.001953125 0.994140625
|
||||
4 -0.001953125 0.49609375
|
||||
5 0.994140625 0.49609375
|
||||
SURF 0x00
|
||||
mat 0
|
||||
0 0.994141 0.994141
|
||||
3 -0.00195312 0.994141
|
||||
4 -0.00195312 0.496094
|
||||
5 0.994141 0.496094
|
||||
SURF 0x0
|
||||
mat 1
|
||||
refs 4
|
||||
4 -0.001953125 0.49609375
|
||||
2 -0.001953125 -0.001953125
|
||||
1 0.994140625 -0.001953125
|
||||
5 0.994140625 0.49609375
|
||||
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
|
||||
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 "HdgKnob"
|
||||
loc 0 -0.0300775 -0.0298089
|
||||
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 "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 1
|
||||
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 1
|
||||
refs 4
|
||||
5 0.930952 0.937845
|
||||
2 0.0520455 0.937845
|
||||
1 0.0520455 0.498392
|
||||
0 0.930952 0.498392
|
||||
kids 0
|
||||
|
|
|
@ -16,6 +16,29 @@
|
|||
</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>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
BIN
Aircraft/Instruments-3d/hi/hi03.rgb
Normal file
BIN
Aircraft/Instruments-3d/hi/hi03.rgb
Normal file
Binary file not shown.
|
@ -5,9 +5,9 @@
|
|||
<path>pa24-fuel-amps.ac</path>
|
||||
|
||||
<animation>
|
||||
<name>LeftMainGage</name>
|
||||
<name>RightMainGage</name>
|
||||
<type>rotate</type>
|
||||
<object-name>LeftMainFuelNeedle</object-name>
|
||||
<object-name>RightMainFuelNeedle</object-name>
|
||||
<property>/consumables/fuel/tank[0]/level-gal_us</property>
|
||||
<interpolation>
|
||||
<entry>
|
||||
|
@ -48,9 +48,9 @@
|
|||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>RightMainGage</name>
|
||||
<name>RightAuxGage</name>
|
||||
<type>rotate</type>
|
||||
<object-name>RightMainFuelNeedle</object-name>
|
||||
<object-name>RightAuxFuelNeedle</object-name>
|
||||
<property>/consumables/fuel/tank[1]/level-gal_us</property>
|
||||
<interpolation>
|
||||
<entry>
|
||||
|
@ -58,23 +58,23 @@
|
|||
<dep>-29</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>6</ind>
|
||||
<ind>3</ind>
|
||||
<dep>-18</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>12</ind>
|
||||
<ind>6</ind>
|
||||
<dep>-7</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>18</ind>
|
||||
<ind>9</ind>
|
||||
<dep>5</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>24</ind>
|
||||
<ind>12</ind>
|
||||
<dep>16</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>28</ind>
|
||||
<ind>15</ind>
|
||||
<dep>27</dep>
|
||||
</entry>
|
||||
</interpolation>
|
||||
|
@ -134,9 +134,9 @@
|
|||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>RightAuxGage</name>
|
||||
<name>LeftMainGage</name>
|
||||
<type>rotate</type>
|
||||
<object-name>RightAuxFuelNeedle</object-name>
|
||||
<object-name>LeftMainFuelNeedle</object-name>
|
||||
<property>/consumables/fuel/tank[3]/level-gal_us</property>
|
||||
<interpolation>
|
||||
<entry>
|
||||
|
@ -144,23 +144,23 @@
|
|||
<dep>-29</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>3</ind>
|
||||
<ind>6</ind>
|
||||
<dep>-18</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>6</ind>
|
||||
<ind>12</ind>
|
||||
<dep>-7</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>9</ind>
|
||||
<ind>18</ind>
|
||||
<dep>5</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>12</ind>
|
||||
<ind>24</ind>
|
||||
<dep>16</dep>
|
||||
</entry>
|
||||
<entry>
|
||||
<ind>15</ind>
|
||||
<ind>28</ind>
|
||||
<dep>27</dep>
|
||||
</entry>
|
||||
</interpolation>
|
||||
|
@ -175,12 +175,12 @@
|
|||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
-->
|
||||
|
||||
<!-- pa24 can have only one tank selected -->
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>LeftMainGage</object-name>
|
||||
<object-name>RightMainGage</object-name>
|
||||
<condition>
|
||||
<property>consumables/fuel/tank[0]/selected</property>
|
||||
</condition>
|
||||
|
@ -188,7 +188,7 @@
|
|||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>RightMainGage</object-name>
|
||||
<object-name>RightAuxGage</object-name>
|
||||
<condition>
|
||||
<property>consumables/fuel/tank[1]/selected</property>
|
||||
</condition>
|
||||
|
@ -204,7 +204,7 @@
|
|||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>RightAuxGage</object-name>
|
||||
<object-name>LeftMainGage</object-name>
|
||||
<condition>
|
||||
<property>consumables/fuel/tank[3]/selected</property>
|
||||
</condition>
|
||||
|
|
Loading…
Add table
Reference in a new issue