a few Primus 1000 updates ...
This commit is contained in:
parent
4e6318e03b
commit
28f416c6d5
7 changed files with 1169 additions and 1025 deletions
|
@ -123,6 +123,12 @@ Cancels other lateral modes
|
|||
<y>0</y>
|
||||
<w>18</w>
|
||||
<h>18</h>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>autopilot/locks/altitude</property>
|
||||
<value>pitch-hold</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>autopilot/settings/target-pitch-deg</property>
|
||||
|
@ -140,6 +146,58 @@ Cancels other lateral modes
|
|||
<y>-18</y>
|
||||
<w>18</w>
|
||||
<h>18</h>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>autopilot/locks/altitude</property>
|
||||
<value>pitch-hold</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>autopilot/settings/target-pitch-deg</property>
|
||||
<step>0.10000</step>
|
||||
<min>-15</min>
|
||||
<max>15</max>
|
||||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>VS Decrease</name>
|
||||
<button>0</button>
|
||||
<x>-49</x>
|
||||
<y>0</y>
|
||||
<w>18</w>
|
||||
<h>18</h>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>autopilot/locks/altitude</property>
|
||||
<value>vertical-speed-hold</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>autopilot/settings/target-pitch-deg</property>
|
||||
<step>-0.10000</step>
|
||||
<min>-15</min>
|
||||
<max>15</max>
|
||||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>VS Increase</name>
|
||||
<button>0</button>
|
||||
<x>-49</x>
|
||||
<y>-18</y>
|
||||
<w>18</w>
|
||||
<h>18</h>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>autopilot/locks/altitude</property>
|
||||
<value>vertical-speed-hold</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>autopilot/settings/target-pitch-deg</property>
|
||||
|
|
|
@ -1,17 +1,9 @@
|
|||
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 "illum" rgb 1 1 1 amb 0 0 0 emis 1 1 1 spec 0 0 0 shi 0 trans 0
|
||||
MATERIAL "gloss" rgb 1 1 1 amb 0 0 0 emis 0 0 0 spec 0.504136 0.504136 0.504136 shi 32 trans 0
|
||||
MATERIAL "illum.001" rgb 1 1 1 amb 0 0 0 emis 1 1 1 spec 0 0 0 shi 0 trans 0
|
||||
MATERIAL "gloss.001" rgb 1 1 1 amb 0 0 0 emis 0 0 0 spec 0.504136 0.504136 0.504136 shi 32 trans 0
|
||||
OBJECT world
|
||||
kids 11
|
||||
OBJECT poly
|
||||
name "FD-btns"
|
||||
data 9
|
||||
Plane.004
|
||||
crease 30.000000
|
||||
numvert 0
|
||||
numsurf 0
|
||||
kids 0
|
||||
kids 10
|
||||
OBJECT poly
|
||||
name "FD.alt"
|
||||
data 9
|
||||
|
@ -78,7 +70,7 @@ kids 0
|
|||
OBJECT poly
|
||||
name "FD.btns"
|
||||
data 9
|
||||
Plane.009
|
||||
Plane.011
|
||||
texture "fmc.rgb"
|
||||
texrep 1 1
|
||||
crease 30.000000
|
||||
|
@ -430,9 +422,9 @@ refs 4
|
|||
61 0.969181656837 0.399198621511
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "FD.controller"
|
||||
name "FD.controller.001"
|
||||
data 9
|
||||
Plane.003
|
||||
Plane.012
|
||||
texture "fmc.rgb"
|
||||
texrep 1 1
|
||||
crease 30.000000
|
||||
|
|
|
@ -74,16 +74,10 @@ adjustable with pitch wheel
|
|||
<type>select</type>
|
||||
<object-name>FD.apr</object-name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>instrumentation/flightdirector/lnav</property>
|
||||
<value>3</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>instrumentation/flightdirector/lnav</property>
|
||||
<value>6</value>
|
||||
</less-than>
|
||||
</and>
|
||||
<equals>
|
||||
<property>instrumentation/flightdirector/lnav</property>
|
||||
<value>7</value>
|
||||
</equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
@ -91,10 +85,7 @@ adjustable with pitch wheel
|
|||
<type>select</type>
|
||||
<object-name>FD.bc</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>instrumentation/flightdirector/lnav</property>
|
||||
<value>5</value>
|
||||
</greater-than>
|
||||
<property>instrumentation/nav/back-course-btn</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
@ -102,20 +93,16 @@ adjustable with pitch wheel
|
|||
<type>select</type>
|
||||
<object-name>FD.vnav</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>instrumentation/flightdirector/vnav</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>instrumentation/flightdirector/vnav</property>
|
||||
<value>2</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>instrumentation/flightdirector/vnav</property>
|
||||
<value>6</value>
|
||||
</equals>
|
||||
</or>
|
||||
<value>3</value>
|
||||
</less-than>
|
||||
</and>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
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 "illum" rgb 1 1 1 amb 0 0 0 emis 0.7 0.7 0.7 spec 0 0 0 shi 0 trans 0
|
||||
MATERIAL "gloss" rgb 1 1 1 amb 0 0 0 emis 0 0 0 spec 0.504136 0.504136 0.504136 shi 32 trans 0
|
||||
MATERIAL "gloss" rgb 1 1 1 amb 0 0 0 emis 0 0 0 spec 0.7 0.7 0.7 shi 32 trans 0
|
||||
OBJECT world
|
||||
kids 4
|
||||
OBJECT poly
|
||||
|
@ -106,41 +106,13 @@ Circle.001
|
|||
texture "gnx.rgb"
|
||||
texrep 1 1
|
||||
crease 30.000000
|
||||
numvert 120
|
||||
-1.2e-05 -0.021329 -0.072977
|
||||
-1.2e-05 -0.019847 -0.072977
|
||||
-1.2e-05 -0.019847 0.072977
|
||||
-1.2e-05 -0.021329 0.072977
|
||||
0.001779 -0.022358 -0.071527
|
||||
0.001779 -0.023808 -0.069016
|
||||
0.001779 -0.023808 0.069016
|
||||
0.001779 -0.022358 0.071527
|
||||
0.001779 -0.021329 -0.072977
|
||||
0.001779 -0.019847 -0.072977
|
||||
0.001779 -0.02384 -0.071527
|
||||
0.001779 -0.025289 -0.069016
|
||||
0.001779 -0.025289 0.069016
|
||||
0.001779 -0.019847 0.072977
|
||||
0.001779 -0.02384 0.071527
|
||||
0.001779 -0.021329 0.072977
|
||||
0.003222 -0.057487 0.072977
|
||||
0.003222 -0.057487 -0.072977
|
||||
0.003222 -0.021329 0.072977
|
||||
0.003222 -0.02384 0.071527
|
||||
0.003222 -0.025289 0.069016
|
||||
0.003222 -0.025289 -0.069016
|
||||
0.003222 -0.02384 -0.071527
|
||||
0.003222 -0.021329 -0.072977
|
||||
numvert 58
|
||||
0.003222 0.057487 -0.069016
|
||||
0.003222 0.057487 0.069016
|
||||
0.003222 0.056037 0.071527
|
||||
0.003222 0.053526 0.072977
|
||||
0.003222 -0.019847 0.072977
|
||||
0.003222 -0.022358 0.071527
|
||||
0.003222 -0.023808 0.069016
|
||||
0.003222 -0.023808 -0.069016
|
||||
0.003222 -0.022358 -0.071527
|
||||
0.003222 -0.019847 -0.072977
|
||||
0.003222 -0.057487 0.072977
|
||||
0.003222 -0.057487 -0.072977
|
||||
0.003222 0.056037 -0.071527
|
||||
0.003222 0.053526 -0.072977
|
||||
0.003222 0.046439 -0.037417
|
||||
|
@ -181,469 +153,239 @@ numvert 120
|
|||
0.003222 0.046439 -0.037417
|
||||
0.003222 0.053526 -0.072977
|
||||
0.003222 0.056037 -0.071527
|
||||
0.003222 -0.019847 -0.072977
|
||||
0.003222 -0.022358 -0.071527
|
||||
0.003222 -0.023808 -0.069016
|
||||
0.003222 -0.023808 0.069016
|
||||
0.003222 -0.022358 0.071527
|
||||
0.003222 -0.019847 0.072977
|
||||
0.003222 0.053526 0.072977
|
||||
0.003222 0.056037 0.071527
|
||||
0.003222 0.057487 0.069016
|
||||
0.003222 0.057487 -0.069016
|
||||
0.003222 -0.021329 -0.072977
|
||||
0.003222 -0.02384 -0.071527
|
||||
0.003222 -0.025289 -0.069016
|
||||
0.003222 -0.025289 0.069016
|
||||
0.003222 -0.02384 0.071527
|
||||
0.003222 -0.021329 0.072977
|
||||
0.003222 -0.057487 -0.072977
|
||||
0.003222 -0.057487 0.072977
|
||||
0.001779 -0.021329 0.072977
|
||||
0.001779 -0.02384 0.071527
|
||||
0.001779 -0.019847 0.072977
|
||||
0.001779 -0.025289 0.069016
|
||||
0.001779 -0.025289 -0.069016
|
||||
0.001779 -0.02384 -0.071527
|
||||
0.001779 -0.019847 -0.072977
|
||||
0.001779 -0.021329 -0.072977
|
||||
0.001779 -0.022358 0.071527
|
||||
0.001779 -0.023808 0.069016
|
||||
0.001779 -0.023808 -0.069016
|
||||
0.001779 -0.022358 -0.071527
|
||||
0 0.053526 -0.072977
|
||||
0 0.056037 -0.071527
|
||||
0 -0.019847 -0.072977
|
||||
0 -0.019847 0.072977
|
||||
0 -0.057487 -0.072977
|
||||
0 -0.057487 0.072977
|
||||
0 0.053526 0.072977
|
||||
0 0.056037 0.071527
|
||||
0 0.057487 0.069016
|
||||
0 0.057487 -0.069016
|
||||
0 -0.021329 -0.072977
|
||||
0 -0.057487 -0.072977
|
||||
0 -0.057487 0.072977
|
||||
0 -0.021329 0.072977
|
||||
-1.2e-05 -0.021329 0.072977
|
||||
-1.2e-05 -0.019847 0.072977
|
||||
-1.2e-05 -0.019847 -0.072977
|
||||
-1.2e-05 -0.021329 -0.072977
|
||||
numsurf 60
|
||||
numsurf 32
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
0 0.996993124485 0.467823922634
|
||||
1 0.996993124485 0.477892875671
|
||||
9 0.996993243694 0.477892875671
|
||||
8 0.996993243694 0.467823922634
|
||||
6 0.986628174782 0.993774592876
|
||||
0 0.969600260258 1.00360572338
|
||||
8 0.755293786526 0.928683102131
|
||||
19 0.768408596516 0.921111285686
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
15 0.00526535511017 0.467823922634
|
||||
13 0.00526535511017 0.477892875671
|
||||
2 0.00526535511017 0.477892875671
|
||||
3 0.00526535511017 0.467823922634
|
||||
0 0.969600260258 1.00360572338
|
||||
1 0.0334641076624 1.00360572338
|
||||
9 0.127171099186 0.928683102131
|
||||
8 0.755293786526 0.928683102131
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
9 0.996993243694 0.477892875671
|
||||
4 0.987143516541 0.460832864046
|
||||
10 0.987143516541 0.4507637918
|
||||
8 0.996993243694 0.467823922634
|
||||
10 0.114056326449 0.921111166477
|
||||
9 0.127171099186 0.928683102131
|
||||
1 0.0334641076624 1.00360572338
|
||||
2 0.0164361931384 0.993774473667
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
4 0.987143516541 0.460832864046
|
||||
5 0.970083475113 0.450983166695
|
||||
11 0.970083475113 0.440914213657
|
||||
10 0.987143516541 0.4507637918
|
||||
11 0.106484420598 0.907996535301
|
||||
10 0.114056326449 0.921111166477
|
||||
2 0.0164361931384 0.993774473667
|
||||
3 0.00660515204072 0.976746618748
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
5 0.970083475113 0.450983166695
|
||||
6 0.0321751832962 0.450983166695
|
||||
12 0.0321751832962 0.440914213657
|
||||
11 0.970083475113 0.440914213657
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
6 0.0321751832962 0.450983166695
|
||||
7 0.0151150226593 0.460832864046
|
||||
14 0.0151150226593 0.4507637918
|
||||
12 0.0321751832962 0.440914213657
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
7 0.0151150226593 0.460832864046
|
||||
13 0.00526535511017 0.477892875671
|
||||
15 0.00526535511017 0.467823922634
|
||||
14 0.0151150226593 0.4507637918
|
||||
12 0.106484420598 0.487579673529
|
||||
11 0.106484420598 0.907996535301
|
||||
3 0.00660515204072 0.976746618748
|
||||
4 0.00660515204072 0.223860353231
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 3
|
||||
18 0.00526535511017 0.467823922634
|
||||
16 0.00526535511017 0.222140848637
|
||||
19 0.0151150226593 0.4507637918
|
||||
13 0.114056326449 0.474464923143
|
||||
12 0.106484420598 0.487579673529
|
||||
4 0.00660515204072 0.223860353231
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 3
|
||||
19 0.0151150226593 0.4507637918
|
||||
16 0.00526535511017 0.222140848637
|
||||
20 0.0321751832962 0.440914213657
|
||||
14 0.127171099186 0.466893047094
|
||||
13 0.114056326449 0.474464923143
|
||||
4 0.00660515204072 0.223860353231
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
16 0.00526535511017 0.222140848637
|
||||
17 0.996993243694 0.222140848637
|
||||
21 0.970083475113 0.440914213657
|
||||
20 0.0321751832962 0.440914213657
|
||||
15 0.755293786526 0.466893047094
|
||||
14 0.127171099186 0.466893047094
|
||||
4 0.00660515204072 0.223860353231
|
||||
5 0.996459066868 0.223860353231
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 3
|
||||
22 0.987143516541 0.4507637918
|
||||
21 0.970083475113 0.440914213657
|
||||
17 0.996993243694 0.222140848637
|
||||
16 0.768408596516 0.474464923143
|
||||
15 0.755293786526 0.466893047094
|
||||
5 0.996459066868 0.223860353231
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 3
|
||||
23 0.996993243694 0.467823922634
|
||||
22 0.987143516541 0.4507637918
|
||||
17 0.996993243694 0.222140848637
|
||||
17 0.775980353355 0.487579673529
|
||||
16 0.768408596516 0.474464923143
|
||||
5 0.996459066868 0.223860353231
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
36 0.755371332169 0.928297877312
|
||||
47 0.768510937691 0.920711636543
|
||||
34 0.987143516541 0.993512392044
|
||||
24 0.970083475113 1.00336205959
|
||||
18 0.775980353355 0.907996535301
|
||||
17 0.775980353355 0.487579673529
|
||||
5 0.996459066868 0.223860353231
|
||||
7 0.996459066868 0.976746737957
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
37 0.126059412956 0.928297877312
|
||||
36 0.755371332169 0.928297877312
|
||||
24 0.970083475113 1.00336205959
|
||||
25 0.0321751832962 1.00336205959
|
||||
19 0.768408596516 0.921111285686
|
||||
18 0.775980353355 0.907996535301
|
||||
7 0.996459066868 0.976746737957
|
||||
6 0.986628174782 0.993774592876
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
38 0.112919867039 0.920711636543
|
||||
37 0.126059412956 0.928297877312
|
||||
25 0.0321751832962 1.00336205959
|
||||
26 0.0151150226593 0.993512272835
|
||||
20 0.662463009357 0.901722609997
|
||||
21 0.66937738657 0.889746487141
|
||||
33 0.775980353355 0.907996535301
|
||||
32 0.768408596516 0.921111285686
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
39 0.10533374548 0.907571971416
|
||||
38 0.112919867039 0.920711636543
|
||||
26 0.0151150226593 0.993512272835
|
||||
27 0.00526535511017 0.976452231407
|
||||
21 0.66937738657 0.889746487141
|
||||
22 0.66937738657 0.505829691887
|
||||
34 0.775980353355 0.487579673529
|
||||
33 0.775980353355 0.907996535301
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
40 0.10533374548 0.486359417439
|
||||
39 0.10533374548 0.907571971416
|
||||
27 0.00526535511017 0.976452231407
|
||||
28 0.00526535511017 0.477892875671
|
||||
22 0.66937738657 0.505829691887
|
||||
23 0.662463009357 0.493853449821
|
||||
35 0.768408596516 0.474464923143
|
||||
34 0.775980353355 0.487579673529
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
41 0.112919867039 0.473219752312
|
||||
40 0.10533374548 0.486359417439
|
||||
28 0.00526535511017 0.477892875671
|
||||
29 0.0151150226593 0.460832864046
|
||||
23 0.662463009357 0.493853449821
|
||||
24 0.650486767292 0.486939013004
|
||||
36 0.755293786526 0.466893047094
|
||||
35 0.768408596516 0.474464923143
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
42 0.126059412956 0.465633511543
|
||||
41 0.112919867039 0.473219752312
|
||||
29 0.0151150226593 0.460832864046
|
||||
30 0.0321751832962 0.450983166695
|
||||
24 0.650486767292 0.486939013004
|
||||
25 0.231978207827 0.486939013004
|
||||
37 0.127171099186 0.466893047094
|
||||
36 0.755293786526 0.466893047094
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
43 0.755371332169 0.465633511543
|
||||
42 0.126059412956 0.465633511543
|
||||
30 0.0321751832962 0.450983166695
|
||||
31 0.970083475113 0.450983166695
|
||||
25 0.231978207827 0.486939013004
|
||||
26 0.220002025366 0.493853449821
|
||||
38 0.114056326449 0.474464923143
|
||||
37 0.127171099186 0.466893047094
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
44 0.768510937691 0.473219752312
|
||||
43 0.755371332169 0.465633511543
|
||||
31 0.970083475113 0.450983166695
|
||||
32 0.987143516541 0.460832864046
|
||||
26 0.220002025366 0.493853449821
|
||||
27 0.213087558746 0.505829691887
|
||||
39 0.106484420598 0.487579673529
|
||||
38 0.114056326449 0.474464923143
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
45 0.776096940041 0.486359417439
|
||||
44 0.768510937691 0.473219752312
|
||||
32 0.987143516541 0.460832864046
|
||||
33 0.996993243694 0.477892875671
|
||||
27 0.213087558746 0.505829691887
|
||||
28 0.213087558746 0.889746487141
|
||||
40 0.106484420598 0.907996535301
|
||||
39 0.106484420598 0.487579673529
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
46 0.776096940041 0.907571971416
|
||||
45 0.776096940041 0.486359417439
|
||||
33 0.996993243694 0.477892875671
|
||||
35 0.996993243694 0.976452410221
|
||||
28 0.213087558746 0.889746487141
|
||||
29 0.220002025366 0.901722609997
|
||||
41 0.114056326449 0.921111166477
|
||||
40 0.106484420598 0.907996535301
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
47 0.768510937691 0.920711636543
|
||||
46 0.776096940041 0.907571971416
|
||||
35 0.996993243694 0.976452410221
|
||||
34 0.987143516541 0.993512392044
|
||||
29 0.220002025366 0.901722609997
|
||||
30 0.231978207827 0.908637225628
|
||||
42 0.127171099186 0.928683102131
|
||||
41 0.114056326449 0.921111166477
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
48 0.662364602089 0.901286482811
|
||||
49 0.669292092323 0.889287471771
|
||||
61 0.776096940041 0.907571971416
|
||||
60 0.768510937691 0.920711636543
|
||||
30 0.231978207827 0.908637225628
|
||||
31 0.650486648083 0.908637225628
|
||||
43 0.755293786526 0.928683102131
|
||||
42 0.127171099186 0.928683102131
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
49 0.669292092323 0.889287471771
|
||||
50 0.669292092323 0.504643857479
|
||||
62 0.776096940041 0.486359417439
|
||||
61 0.776096940041 0.907571971416
|
||||
31 0.650486648083 0.908637225628
|
||||
20 0.662463009357 0.901722609997
|
||||
32 0.768408596516 0.921111285686
|
||||
43 0.755293786526 0.928683102131
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
50 0.669292092323 0.504643857479
|
||||
51 0.662364602089 0.492644995451
|
||||
63 0.768510937691 0.473219752312
|
||||
62 0.776096940041 0.486359417439
|
||||
45 0.987143516541 0.993512392044
|
||||
44 0.996993243694 0.976452410221
|
||||
50 0.996993243694 0.976452410221
|
||||
51 0.987143516541 0.993512392044
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
51 0.662364602089 0.492644995451
|
||||
52 0.650365650654 0.48571741581
|
||||
64 0.755371332169 0.465633511543
|
||||
63 0.768510937691 0.473219752312
|
||||
44 0.996993243694 0.976452410221
|
||||
5 0.996993243694 0.477892875671
|
||||
52 0.996993243694 0.477892875671
|
||||
50 0.996993243694 0.976452410221
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
52 0.650365650654 0.48571741581
|
||||
53 0.231065005064 0.48571741581
|
||||
65 0.126059412956 0.465633511543
|
||||
64 0.755371332169 0.465633511543
|
||||
4 0.00526535511017 0.477892875671
|
||||
46 0.00526535511017 0.976452231407
|
||||
54 0.00526535511017 0.976452231407
|
||||
53 0.00526535511017 0.477892875671
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
53 0.231065005064 0.48571741581
|
||||
54 0.219066113234 0.492644995451
|
||||
66 0.112919867039 0.473219752312
|
||||
65 0.126059412956 0.465633511543
|
||||
46 0.00526535511017 0.976452231407
|
||||
47 0.0151150226593 0.993512272835
|
||||
55 0.0151148438454 0.993512272835
|
||||
54 0.00526535511017 0.976452231407
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
54 0.219066113234 0.492644995451
|
||||
55 0.212138622999 0.504643857479
|
||||
67 0.10533374548 0.486359417439
|
||||
66 0.112919867039 0.473219752312
|
||||
47 0.0151150226593 0.993512272835
|
||||
48 0.0321751832962 1.00336205959
|
||||
56 0.0321750044823 1.0033621788
|
||||
55 0.0151148438454 0.993512272835
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
55 0.212138622999 0.504643857479
|
||||
56 0.212138622999 0.889287471771
|
||||
68 0.10533374548 0.907571971416
|
||||
67 0.10533374548 0.486359417439
|
||||
48 0.0321751832962 1.00336205959
|
||||
49 0.970083475113 1.00336205959
|
||||
57 0.970083475113 1.00336205959
|
||||
56 0.0321750044823 1.0033621788
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
56 0.212138622999 0.889287471771
|
||||
57 0.219066113234 0.901286482811
|
||||
69 0.112919867039 0.920711636543
|
||||
68 0.10533374548 0.907571971416
|
||||
49 0.970083475113 1.00336205959
|
||||
45 0.987143516541 0.993512392044
|
||||
51 0.987143516541 0.993512392044
|
||||
57 0.970083475113 1.00336205959
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
57 0.219066113234 0.901286482811
|
||||
58 0.231064975262 0.908213973045
|
||||
70 0.126059412956 0.928297877312
|
||||
69 0.112919867039 0.920711636543
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
58 0.231064975262 0.908213973045
|
||||
59 0.650365650654 0.908213973045
|
||||
71 0.755371332169 0.928297877312
|
||||
70 0.126059412956 0.928297877312
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
59 0.650365650654 0.908213973045
|
||||
48 0.662364602089 0.901286482811
|
||||
60 0.768510937691 0.920711636543
|
||||
71 0.755371332169 0.928297877312
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
89 0.00526535511017 0.467823922634
|
||||
88 0.0151150226593 0.4507637918
|
||||
93 0.0151150226593 0.4507637918
|
||||
92 0.00526535511017 0.467823922634
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
88 0.0151150226593 0.4507637918
|
||||
87 0.0321751832962 0.440914213657
|
||||
95 0.0321751832962 0.440914213657
|
||||
93 0.0151150226593 0.4507637918
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
87 0.0321751832962 0.440914213657
|
||||
86 0.970083475113 0.440914213657
|
||||
96 0.970083475113 0.440914213657
|
||||
95 0.0321751832962 0.440914213657
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
86 0.970083475113 0.440914213657
|
||||
85 0.987143516541 0.4507637918
|
||||
97 0.987143516541 0.4507637918
|
||||
96 0.970083475113 0.440914213657
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
85 0.987143516541 0.4507637918
|
||||
84 0.996993243694 0.467823922634
|
||||
99 0.996993243694 0.467823922634
|
||||
97 0.987143516541 0.4507637918
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
78 0.0151150226593 0.460832864046
|
||||
79 0.00526535511017 0.477892875671
|
||||
94 0.00526535511017 0.477892875671
|
||||
100 0.0151150226593 0.460832864046
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
77 0.0321751832962 0.450983166695
|
||||
78 0.0151150226593 0.460832864046
|
||||
100 0.0151150226593 0.460832864046
|
||||
101 0.0321751832962 0.450983166695
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
76 0.970083475113 0.450983166695
|
||||
77 0.0321751832962 0.450983166695
|
||||
101 0.0321751832962 0.450983166695
|
||||
102 0.970083475113 0.450983166695
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
75 0.987143516541 0.460832864046
|
||||
76 0.970083475113 0.450983166695
|
||||
102 0.970083475113 0.450983166695
|
||||
103 0.987143516541 0.460832864046
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
74 0.996993243694 0.477892875671
|
||||
75 0.987143516541 0.460832864046
|
||||
103 0.987143516541 0.460832864046
|
||||
98 0.996993243694 0.477892875671
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
73 0.987143516541 0.993512392044
|
||||
72 0.996993243694 0.976452410221
|
||||
104 0.996993243694 0.976452410221
|
||||
105 0.987143516541 0.993512392044
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
72 0.996993243694 0.976452410221
|
||||
74 0.996993243694 0.477892875671
|
||||
106 0.996993243694 0.477892875671
|
||||
104 0.996993243694 0.976452410221
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
79 0.00526535511017 0.477892875671
|
||||
80 0.00526535511017 0.976452231407
|
||||
108 0.00526535511017 0.976452231407
|
||||
107 0.00526535511017 0.477892875671
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
80 0.00526535511017 0.976452231407
|
||||
81 0.0151150226593 0.993512272835
|
||||
109 0.0151148438454 0.993512272835
|
||||
108 0.00526535511017 0.976452231407
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
81 0.0151150226593 0.993512272835
|
||||
82 0.0321751832962 1.00336205959
|
||||
110 0.0321750044823 1.0033621788
|
||||
109 0.0151148438454 0.993512272835
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
82 0.0321751832962 1.00336205959
|
||||
83 0.970083475113 1.00336205959
|
||||
111 0.970083475113 1.00336205959
|
||||
110 0.0321750044823 1.0033621788
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
83 0.970083475113 1.00336205959
|
||||
73 0.987143516541 0.993512392044
|
||||
105 0.987143516541 0.993512392044
|
||||
111 0.970083475113 1.00336205959
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
84 0.996993243694 0.467823922634
|
||||
90 0.996993243694 0.222140848637
|
||||
113 0.996993243694 0.222140848637
|
||||
112 0.996993243694 0.467823922634
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
90 0.996993243694 0.222140848637
|
||||
91 0.00526535511017 0.222140848637
|
||||
114 0.00526535511017 0.222140848637
|
||||
113 0.996993243694 0.222140848637
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
91 0.00526535511017 0.222140848637
|
||||
89 0.00526535511017 0.467823922634
|
||||
115 0.00526535511017 0.467823922634
|
||||
114 0.00526535511017 0.222140848637
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
92 0.00526535511017 0.467823922634
|
||||
89 0.00526535511017 0.467823922634
|
||||
115 0.00526535511017 0.467823922634
|
||||
116 0.00526535511017 0.467823922634
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
94 0.00526535511017 0.477892875671
|
||||
79 0.00526535511017 0.477892875671
|
||||
107 0.00526535511017 0.477892875671
|
||||
117 0.00526535511017 0.477892875671
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
74 0.996993243694 0.477892875671
|
||||
98 0.996993243694 0.477892875671
|
||||
118 0.996993124485 0.477892875671
|
||||
106 0.996993243694 0.477892875671
|
||||
SURF 0x10
|
||||
mat 2
|
||||
refs 4
|
||||
99 0.996993243694 0.467823922634
|
||||
84 0.996993243694 0.467823922634
|
||||
112 0.996993243694 0.467823922634
|
||||
119 0.996993124485 0.467823922634
|
||||
4 0.0 0.225284203887
|
||||
53 1.0 0.225284203887
|
||||
52 1.0 0.221935227513
|
||||
5 0.0 0.221935227513
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "GNX.btns"
|
||||
|
|
BIN
Aircraft/Instruments-3d/primus-1000/p1000text.rgb
Normal file
BIN
Aircraft/Instruments-3d/primus-1000/p1000text.rgb
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -8,13 +8,106 @@ Primus 1000 Primary Flight Display
|
|||
<path>pfd.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<type>textranslate</type>
|
||||
<object-name>AP.annun</object-name>
|
||||
<condition>
|
||||
<not>
|
||||
<property>autopilot/locks/passive-mode</property>
|
||||
</not>
|
||||
</condition>
|
||||
<property>autopilot/locks/passive-mode</property>
|
||||
<interpolation>
|
||||
<entry><ind>0</ind><dep>-0.0273</dep></entry>
|
||||
<entry><ind>1</ind><dep>0.0</dep></entry>
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>Lmode.arm</object-name>
|
||||
<property>instrumentation/flightdirector/lnav</property>
|
||||
<interpolation>
|
||||
<entry><ind>0</ind><dep>0.0</dep></entry><!--WL-->
|
||||
<entry><ind>1</ind><dep>0.0</dep></entry><!--HDG-->
|
||||
<entry><ind>2</ind><dep>-0.2163</dep></entry><!--VOR ARM-->
|
||||
<entry><ind>3</ind><dep>0.0</dep></entry><!--VOR CAP-->
|
||||
<entry><ind>4</ind><dep>-0.1442</dep></entry><!--LOC ARM-->
|
||||
<entry><ind>5</ind><dep>0.0</dep></entry><!--LOC CAP-->
|
||||
<entry><ind>6</ind><dep>0</dep></entry><!--FMS CAP-->
|
||||
<entry><ind>7</ind><dep>-0.1800</dep></entry><!--APR ARM-->
|
||||
<entry><ind>8</ind><dep>-0.2524</dep></entry><!--BC ARM-->
|
||||
<entry><ind>9</ind><dep>0</dep></entry><!--BC CAP-->
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>Lmode.annun</object-name>
|
||||
<property>instrumentation/flightdirector/lnav</property>
|
||||
<interpolation>
|
||||
<entry><ind>0</ind><dep>0.0</dep></entry><!--WL-->
|
||||
<entry><ind>1</ind><dep>-0.0706</dep></entry><!--HDG-->
|
||||
<entry><ind>2</ind><dep>-0.0706</dep></entry><!--VOR ARM-->
|
||||
<entry><ind>3</ind><dep>-0.2148</dep></entry><!--VOR CAP-->
|
||||
<entry><ind>4</ind><dep>-0.0706</dep></entry><!--LOC ARM-->
|
||||
<entry><ind>5</ind><dep>-0.1422</dep></entry><!--LOC CAP-->
|
||||
<entry><ind>6</ind><dep>-0.1064</dep></entry><!--FMS CAP-->
|
||||
<entry><ind>7</ind><dep>-0.0706</dep></entry><!--APR ARM-->
|
||||
<entry><ind>8</ind><dep>-0.0706</dep></entry><!--BC ARM-->
|
||||
<entry><ind>9</ind><dep>-0.2506</dep></entry><!--BC CAP-->
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>Vmode.annun</object-name>
|
||||
<property>instrumentation/flightdirector/vnav</property>
|
||||
<interpolation>
|
||||
<entry><ind>0</ind><dep>0.0</dep></entry><!--PCH-->
|
||||
<entry><ind>1</ind><dep>-0.2392</dep></entry><!--VNAV ARM-->
|
||||
<entry><ind>2</ind><dep>-0.2042</dep></entry><!--VNAV CAP-->
|
||||
<entry><ind>3</ind><dep>-0.0644</dep></entry><!--ALT-->
|
||||
<entry><ind>4</ind><dep>-0.2392</dep></entry><!--ASEL-->
|
||||
<entry><ind>5</ind><dep>-0.2392</dep></entry><!--VS-->
|
||||
<entry><ind>6</ind><dep>-0.2392</dep></entry><!--GS ARM-->
|
||||
<entry><ind>7</ind><dep>-0.1693</dep></entry><!--GS CAP-->
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>Vmode.arm</object-name>
|
||||
<property>instrumentation/flightdirector/vnav</property>
|
||||
<interpolation>
|
||||
<entry><ind>0</ind><dep>0.0</dep></entry><!--PCH-->
|
||||
<entry><ind>1</ind><dep>0.0</dep></entry><!--VNAV ARM-->
|
||||
<entry><ind>2</ind><dep>-0.2048</dep></entry><!--VNAV CAP-->
|
||||
<entry><ind>3</ind><dep>0.0</dep></entry><!--ALT-->
|
||||
<entry><ind>4</ind><dep>-0.0983</dep></entry><!--ASEL-->
|
||||
<entry><ind>5</ind><dep>0</dep></entry><!--VS-->
|
||||
<entry><ind>6</ind><dep>-0.1693</dep></entry><!--GS ARM-->
|
||||
<entry><ind>7</ind><dep>0</dep></entry><!--GS CAP-->
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
|
|
Loading…
Reference in a new issue