A3XX: Add Birdie for TRKFPA mode
This commit is contained in:
parent
bc6c6c8724
commit
e060629bfe
6 changed files with 258 additions and 62 deletions
|
@ -195,6 +195,38 @@
|
|||
</equals>
|
||||
<not><property>/gear/gear[1]/wow</property></not>
|
||||
<not><property>/gear/gear[2]/wow</property></not>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/trk-fpa</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
<less-than>
|
||||
<property>orientation/roll-deg</property>
|
||||
<value>45</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>orientation/roll-deg</property>
|
||||
<value>-45</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>fpd</object-name>
|
||||
<object-name>fpv</object-name>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/fd1</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<not><property>/gear/gear[1]/wow</property></not>
|
||||
<not><property>/gear/gear[2]/wow</property></not>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/trk-fpa</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<less-than>
|
||||
<property>orientation/roll-deg</property>
|
||||
<value>45</value>
|
||||
|
@ -328,11 +360,87 @@
|
|||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpv</object-name>
|
||||
<property>/instrumentation/pfd/track-diff</property>
|
||||
<factor>0.00260</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpv</object-name>
|
||||
<property>/orientation/pitch-deg</property>
|
||||
<factor>0.001955078</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpd</object-name>
|
||||
<property>/instrumentation/pfd/track-diff</property>
|
||||
<factor>0.00260</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpd</object-name>
|
||||
<property>/orientation/pitch-deg</property>
|
||||
<factor>0.001955078</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpd</object-name>
|
||||
<property>/it-autoflight/fd/pitch-bar</property>
|
||||
<factor>0.001955078</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>1</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>fpd</object-name>
|
||||
<property>/it-autoflight/fd/roll-bar</property>
|
||||
<center>
|
||||
<x-m>0.0</x-m>
|
||||
<y-m>-0.005</y-m>
|
||||
<z-m>-0.0005</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>spd-tape</object-name>
|
||||
<property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
||||
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
||||
<interpolation>
|
||||
<entry><ind> 0</ind><dep> 0</dep></entry>
|
||||
<entry><ind> 20</ind><dep>0.040</dep></entry>
|
||||
|
|
|
@ -195,6 +195,38 @@
|
|||
</equals>
|
||||
<not><property>/gear/gear[1]/wow</property></not>
|
||||
<not><property>/gear/gear[2]/wow</property></not>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/trk-fpa</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
<less-than>
|
||||
<property>orientation/roll-deg</property>
|
||||
<value>45</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>orientation/roll-deg</property>
|
||||
<value>-45</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>fpd</object-name>
|
||||
<object-name>fpv</object-name>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/fd2</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<not><property>/gear/gear[1]/wow</property></not>
|
||||
<not><property>/gear/gear[2]/wow</property></not>
|
||||
<equals>
|
||||
<property>/it-autoflight/custom/trk-fpa</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<less-than>
|
||||
<property>orientation/roll-deg</property>
|
||||
<value>45</value>
|
||||
|
@ -328,11 +360,87 @@
|
|||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpv</object-name>
|
||||
<property>/instrumentation/pfd/track-diff</property>
|
||||
<factor>0.00260</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpv</object-name>
|
||||
<property>/orientation/pitch-deg</property>
|
||||
<factor>0.001955078</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpd</object-name>
|
||||
<property>/instrumentation/pfd/track-diff</property>
|
||||
<factor>0.00260</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpd</object-name>
|
||||
<property>/orientation/pitch-deg</property>
|
||||
<factor>0.001955078</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>fpd</object-name>
|
||||
<property>/it-autoflight/fd/pitch-bar</property>
|
||||
<factor>0.001955078</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>1</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>fpd</object-name>
|
||||
<property>/it-autoflight/fd/roll-bar</property>
|
||||
<center>
|
||||
<x-m>0.0</x-m>
|
||||
<y-m>-0.005</y-m>
|
||||
<z-m>-0.0005</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>spd-tape</object-name>
|
||||
<property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
||||
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
||||
<interpolation>
|
||||
<entry><ind> 0</ind><dep> 0</dep></entry>
|
||||
<entry><ind> 20</ind><dep>0.040</dep></entry>
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
AC3Db
|
||||
MATERIAL "white" rgb 1 1 1 amb 1 1 1 emis 0.798 0.798 0.798 spec 0 0 0 shi 0 trans 0
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "Box-speed"
|
||||
loc 0.002941 0.0876799 0.042908
|
||||
data 6
|
||||
Circle
|
||||
texture "box.png"
|
||||
crease 30.000000
|
||||
numvert 16
|
||||
0 -0.00312543 -0.0156029
|
||||
0 -0.00377741 -0.0156029
|
||||
0 -0.00377742 0.0155739
|
||||
0 -0.00312544 0.0155739
|
||||
0 0.00374188 -0.0155771
|
||||
0 0.0030899 -0.0155771
|
||||
0 0.00308989 0.0155997
|
||||
0 0.00374188 0.0155997
|
||||
0 0.00379864 0.0162948
|
||||
0 0.00379864 0.0156428
|
||||
0 -0.00384059 0.0156428
|
||||
0 -0.00384059 0.0162948
|
||||
0 0.0038406 -0.0156428
|
||||
0 0.0038406 -0.0162948
|
||||
0 -0.00379863 -0.0162948
|
||||
0 -0.00379863 -0.0156428
|
||||
numsurf 4
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 4
|
||||
3 0.654297 0.439453
|
||||
2 0.679687 0.439453
|
||||
1 0.679687 0.464844
|
||||
0 0.654297 0.464844
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 4
|
||||
7 0.654297 0.439453
|
||||
6 0.679687 0.439453
|
||||
5 0.679687 0.464844
|
||||
4 0.654297 0.464844
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 4
|
||||
11 0.654297 0.439453
|
||||
10 0.679687 0.439453
|
||||
9 0.679687 0.464844
|
||||
8 0.654297 0.464844
|
||||
SURF 0x0
|
||||
mat 0
|
||||
refs 4
|
||||
15 0.654297 0.439453
|
||||
14 0.679687 0.439453
|
||||
13 0.679687 0.464844
|
||||
12 0.654297 0.464844
|
||||
kids 0
|
|
@ -3,7 +3,45 @@ MATERIAL "ac3dmat1" rgb 1 1 1 amb 0 0 0 emis 0.658824 0.670588 0.67451 spec 0
|
|||
MATERIAL "white" rgb 1 1 1 amb 1 1 1 emis 0.798 0.798 0.798 spec 0 0 0 shi 0 trans 0
|
||||
MATERIAL "ac3dmat0" rgb 0 0 0 amb 0 0 0 emis 0 0 0 spec 0 0 0 shi 0 trans 0
|
||||
OBJECT world
|
||||
kids 46
|
||||
kids 48
|
||||
OBJECT poly
|
||||
name "fpd"
|
||||
loc 0.00031928 0.00206621 -0.013179
|
||||
texture "fpd.png"
|
||||
crease 45.000000
|
||||
numvert 4
|
||||
0 0.000714729 0.0410065
|
||||
0 -0.00397787 0.0410065
|
||||
0 -0.00397787 -0.00440941
|
||||
0 0.000714729 -0.00440941
|
||||
numsurf 1
|
||||
SURF 0x30
|
||||
mat 0
|
||||
refs 4
|
||||
3 1 1
|
||||
2 0 1
|
||||
1 0 0
|
||||
0 1 0
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "fpv"
|
||||
loc 0.000590373 8.6652e-005 0.00320951
|
||||
texture "fpv.png"
|
||||
crease 45.000000
|
||||
numvert 4
|
||||
0 0.00651645 0.00810495
|
||||
0 -0.00384307 0.00810495
|
||||
0 -0.00384307 -0.00440941
|
||||
0 0.00651645 -0.00440941
|
||||
numsurf 1
|
||||
SURF 0x30
|
||||
mat 0
|
||||
refs 4
|
||||
3 1 1
|
||||
2 0 1
|
||||
1 0 0
|
||||
0 1 0
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "land-mode-box"
|
||||
loc 0.000386977 0.0698612 0.00523137
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
|
@ -98,7 +98,7 @@
|
|||
<gain>1.0</gain>
|
||||
<input>
|
||||
<condition>
|
||||
<property>instrumentation/efis/mfd/true-north</property>
|
||||
<property>/it-autoflight/custom/trk-fpa</property>
|
||||
</condition>
|
||||
<property>/orientation/track-deg</property>
|
||||
</input>
|
||||
|
|
Reference in a new issue