A3XX: Add ELAC, SEC, FAC overhead buttons

This commit is contained in:
Joshua Davidson 2017-07-04 22:56:45 -04:00
parent a2e8e4852b
commit 0c3579a7d0
2 changed files with 1125 additions and 6 deletions

View file

@ -73,6 +73,8 @@
<object-name>CFuelTank1Btn2O</object-name>
<object-name>CFuelTank2Btn1F</object-name>
<object-name>CFuelTank2Btn2O</object-name>
<object-name>ELAC1Btn1F</object-name>
<object-name>ELAC1Btn2O</object-name>
<object-name>Eng1AntiIceBtn1F</object-name>
<object-name>Eng1AntiIceBtn2O</object-name>
<object-name>Eng2AntiIceBtn1F</object-name>
@ -83,6 +85,8 @@
<object-name>Eng2BleedBtn1F</object-name>
<object-name>Eng2BleedBtn2O</object-name>
<object-name>Eng2ManStartBtn2O</object-name>
<object-name>FAC1Btn1F</object-name>
<object-name>FAC1Btn2O</object-name>
<object-name>FuelModeBtn1F</object-name>
<object-name>FuelModeBtn2O</object-name>
<object-name>FuelXfeedBtn1A</object-name>
@ -121,6 +125,8 @@
<object-name>RFuelTank1Btn2O</object-name>
<object-name>RFuelTank2Btn1F</object-name>
<object-name>RFuelTank2Btn2O</object-name>
<object-name>SEC1Btn1F</object-name>
<object-name>SEC1Btn2O</object-name>
<object-name>WingAntiIceBtn1F</object-name>
<object-name>WingAntiIceBtn2O</object-name>
<object-name>YellowElecPump1F</object-name>
@ -839,6 +845,475 @@
</emission>
</animation>
<!-- ELAC 1 -->
<animation>
<type>pick</type>
<object-name>ELAC1Btn1</object-name>
<object-name>ELAC1Btn2</object-name>
<object-name>ELAC1Btn1F</object-name>
<object-name>ELAC1Btn2O</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<condition>
<or>
<greater-than-equals>
<property>/systems/electrical/bus/dc1</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition>
<command>property-toggle</command>
<property>/controls/fctl/elac1</property>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/oh-btn", 1);</script>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>ELAC1Btn1F</object-name>
<condition>
<or>
<equals>
<property>/systems/failures/elac1</property>
<value>1</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ELAC1Btn2O</object-name>
<condition>
<or>
<equals>
<property>/controls/fctl/elac1</property>
<value>0</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<!-- SEC 1 -->
<animation>
<type>pick</type>
<object-name>SEC1Btn1</object-name>
<object-name>SEC1Btn2</object-name>
<object-name>SEC1Btn1F</object-name>
<object-name>SEC1Btn2O</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<condition>
<or>
<greater-than-equals>
<property>/systems/electrical/bus/dc1</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition>
<command>property-toggle</command>
<property>/controls/fctl/sec1</property>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/oh-btn", 1);</script>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>SEC1Btn1F</object-name>
<condition>
<or>
<equals>
<property>/systems/failures/sec1</property>
<value>1</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>SEC1Btn2O</object-name>
<condition>
<or>
<equals>
<property>/controls/fctl/sec1</property>
<value>0</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<!-- FAC 1 -->
<animation>
<type>pick</type>
<object-name>FAC1Btn1</object-name>
<object-name>FAC1Btn2</object-name>
<object-name>FAC1Btn1F</object-name>
<object-name>FAC1Btn2O</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<condition>
<or>
<greater-than-equals>
<property>/systems/electrical/bus/dc1</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition>
<command>property-toggle</command>
<property>/controls/fctl/fac1</property>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/oh-btn", 1);</script>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>FAC1Btn1F</object-name>
<condition>
<or>
<equals>
<property>/systems/failures/fac1</property>
<value>1</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>FAC1Btn2O</object-name>
<condition>
<or>
<equals>
<property>/controls/fctl/fac1</property>
<value>0</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<!-- ELAC 2 -->
<animation>
<type>pick</type>
<object-name>ELAC2Btn1</object-name>
<object-name>ELAC2Btn2</object-name>
<object-name>ELAC2Btn1F</object-name>
<object-name>ELAC2Btn2O</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<condition>
<or>
<greater-than-equals>
<property>/systems/electrical/bus/dc1</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition>
<command>property-toggle</command>
<property>/controls/fctl/elac2</property>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/oh-btn", 1);</script>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>ELAC2Btn1F</object-name>
<condition>
<or>
<equals>
<property>/systems/failures/elac2</property>
<value>1</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ELAC2Btn2O</object-name>
<condition>
<or>
<equals>
<property>/controls/fctl/elac2</property>
<value>0</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<!-- SEC 3 -->
<animation>
<type>pick</type>
<object-name>SEC2Btn1</object-name>
<object-name>SEC2Btn2</object-name>
<object-name>SEC2Btn1F</object-name>
<object-name>SEC2Btn2O</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<condition>
<or>
<greater-than-equals>
<property>/systems/electrical/bus/dc1</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition>
<command>property-toggle</command>
<property>/controls/fctl/sec2</property>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/oh-btn", 1);</script>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>SEC2Btn1F</object-name>
<condition>
<or>
<equals>
<property>/systems/failures/sec2</property>
<value>1</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>SEC2Btn2O</object-name>
<condition>
<or>
<equals>
<property>/controls/fctl/sec2</property>
<value>0</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<!-- SEC 3 -->
<animation>
<type>pick</type>
<object-name>SEC3Btn1</object-name>
<object-name>SEC3Btn2</object-name>
<object-name>SEC3Btn1F</object-name>
<object-name>SEC3Btn2O</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<condition>
<or>
<greater-than-equals>
<property>/systems/electrical/bus/dc1</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition>
<command>property-toggle</command>
<property>/controls/fctl/sec3</property>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/oh-btn", 1);</script>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>SEC3Btn1F</object-name>
<condition>
<or>
<equals>
<property>/systems/failures/sec3</property>
<value>1</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>SEC3Btn2O</object-name>
<condition>
<or>
<equals>
<property>/controls/fctl/sec3</property>
<value>0</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<!-- FAC 2 -->
<animation>
<type>pick</type>
<object-name>FAC2Btn1</object-name>
<object-name>FAC2Btn2</object-name>
<object-name>FAC2Btn1F</object-name>
<object-name>FAC2Btn2O</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<condition>
<or>
<greater-than-equals>
<property>/systems/electrical/bus/dc1</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition>
<command>property-toggle</command>
<property>/controls/fctl/fac2</property>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/oh-btn", 1);</script>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>FAC2Btn1F</object-name>
<condition>
<or>
<equals>
<property>/systems/failures/fac2</property>
<value>1</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>FAC2Btn2O</object-name>
<condition>
<or>
<equals>
<property>/controls/fctl/fac2</property>
<value>0</value>
</equals>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<!-- GPWS -->
<!--animation>
<name>GPWS system pick</name>

View file

@ -9,7 +9,467 @@ MATERIAL "Switch" rgb 0.678431 0.678431 0.678431 amb 0.678431 0.678431 0.678431
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 1 1 1 shi 128 trans 0
MATERIAL "DefaultWhite.002" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.0015 0.0015 0.0015 shi 50 trans 0
OBJECT world
kids 287
kids 301
OBJECT poly
name "FAC2Btn1F"
loc 0.0614195 -0.0299633 -0.490309
data 8
Cube.135
texture "buttons2.png"
crease 30.000000
numvert 8
-0.0538525 0.0583 0.185943
-0.056333 0.0583 0.205789
-0.053357 0.0583 0.206161
-0.0508755 0.0583 0.186315
-0.0538525 0.0683 0.185943
-0.056333 0.0683 0.205789
-0.053357 0.0683 0.206161
-0.0508755 0.0683 0.186315
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0.25
4 0.5 0.5
7 0.5 0.5
3 0.5 0.25
SURF 0x0
mat 4
refs 4
2 0 0.25
6 9.31321e-008 0.5
5 9.31321e-008 0.5
1 0 0.25
SURF 0x0
mat 4
refs 4
3 0.5 0.25
7 0.5 0.5
6 9.31321e-008 0.5
2 0 0.25
SURF 0x0
mat 4
refs 4
7 0.5 0.5
4 0.5 0.5
5 9.31321e-008 0.5
6 9.31321e-008 0.5
kids 0
OBJECT poly
name "FAC2Btn2O"
loc 0.0614195 -0.0299633 -0.490309
data 8
Cube.134
texture "buttons2.png"
crease 30.000000
numvert 8
-0.0508755 0.0483 0.186315
-0.053356 0.0483 0.206161
-0.056333 0.0483 0.205789
-0.0538525 0.0483 0.185943
-0.0508755 0.0583 0.186315
-0.053357 0.0583 0.206161
-0.056333 0.0583 0.205789
-0.0538525 0.0583 0.185943
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0
1 0 1.19209e-007
2 0 1.19209e-007
3 0.5 0
SURF 0x0
mat 4
refs 4
0 0.5 0
4 0.5 0.25
5 9.31321e-008 0.25
1 0 1.19209e-007
SURF 0x0
mat 4
refs 4
1 0 1.19209e-007
5 9.31321e-008 0.25
6 9.31321e-008 0.25
2 0 1.19209e-007
SURF 0x0
mat 4
refs 4
4 0.5 0.25
0 0.5 0
3 0.5 0
7 0.5 0.25
kids 0
OBJECT poly
name "SEC3Btn1F"
loc 0.05769 -0.0299633 -0.460243
data 8
Cube.135
texture "buttons2.png"
crease 30.000000
numvert 8
-0.0508755 0.0683 0.186315
-0.053357 0.0683 0.206161
-0.056333 0.0683 0.205789
-0.0538525 0.0683 0.185943
-0.0508755 0.0583 0.186315
-0.053357 0.0583 0.206161
-0.056333 0.0583 0.205789
-0.0538525 0.0583 0.185943
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0.5
3 0.5 0.5
2 9.31321e-008 0.5
1 9.31321e-008 0.5
SURF 0x0
mat 4
refs 4
4 0.5 0.25
0 0.5 0.5
1 9.31321e-008 0.5
5 0 0.25
SURF 0x0
mat 4
refs 4
5 0 0.25
1 9.31321e-008 0.5
2 9.31321e-008 0.5
6 0 0.25
SURF 0x0
mat 4
refs 4
7 0.5 0.25
3 0.5 0.5
0 0.5 0.5
4 0.5 0.25
kids 0
OBJECT poly
name "SEC3Btn2O"
loc 0.05769 -0.0299633 -0.460243
data 8
Cube.134
texture "buttons2.png"
crease 30.000000
numvert 8
-0.0538525 0.0583 0.185943
-0.056333 0.0583 0.205789
-0.053357 0.0583 0.206161
-0.0508755 0.0583 0.186315
-0.0538525 0.0483 0.185943
-0.056333 0.0483 0.205789
-0.053356 0.0483 0.206161
-0.0508755 0.0483 0.186315
numsurf 4
SURF 0x0
mat 4
refs 4
3 0.5 0.25
7 0.5 0
4 0.5 0
0 0.5 0.25
SURF 0x0
mat 4
refs 4
6 0 1.19209e-007
2 9.31321e-008 0.25
1 9.31321e-008 0.25
5 0 1.19209e-007
SURF 0x0
mat 4
refs 4
7 0.5 0
3 0.5 0.25
2 9.31321e-008 0.25
6 0 1.19209e-007
SURF 0x0
mat 4
refs 4
7 0.5 0
6 0 1.19209e-007
5 0 1.19209e-007
4 0.5 0
kids 0
OBJECT poly
name "FAC1Btn1F"
loc 0.00012811 -5.00046e-005 -4.99859e-005
data 8
Cube.135
texture "buttons2.png"
crease 30.000000
numvert 8
-0.006425 0.0583 0.193478
-0.003944 0.0583 0.213324
-0.000968 0.0583 0.212952
-0.003448 0.0583 0.193106
-0.006425 0.0683 0.193478
-0.003944 0.0683 0.213324
-0.000968 0.0683 0.212952
-0.003448 0.0683 0.193106
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0.25
4 0.5 0.5
7 0.5 0.5
3 0.5 0.25
SURF 0x0
mat 4
refs 4
2 0 0.25
6 9.31321e-008 0.5
5 9.31321e-008 0.5
1 0 0.25
SURF 0x0
mat 4
refs 4
3 0.5 0.25
7 0.5 0.5
6 9.31321e-008 0.5
2 0 0.25
SURF 0x0
mat 4
refs 4
7 0.5 0.5
4 0.5 0.5
5 9.31321e-008 0.5
6 9.31321e-008 0.5
kids 0
OBJECT poly
name "FAC1Btn2O"
loc 0.00012811 -5.00046e-005 -4.99859e-005
data 8
Cube.134
texture "buttons2.png"
crease 30.000000
numvert 8
-0.003448 0.0483 0.193106
-0.000967 0.0483 0.212952
-0.003944 0.0483 0.213324
-0.006425 0.0483 0.193478
-0.003448 0.0583 0.193106
-0.000968 0.0583 0.212952
-0.003944 0.0583 0.213324
-0.006425 0.0583 0.193478
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0
1 0 1.19209e-007
2 0 1.19209e-007
3 0.5 0
SURF 0x0
mat 4
refs 4
0 0.5 0
4 0.5 0.25
5 9.31321e-008 0.25
1 0 1.19209e-007
SURF 0x0
mat 4
refs 4
1 0 1.19209e-007
5 9.31321e-008 0.25
6 9.31321e-008 0.25
2 0 1.19209e-007
SURF 0x0
mat 4
refs 4
4 0.5 0.25
0 0.5 0
3 0.5 0
7 0.5 0.25
kids 0
OBJECT poly
name "SEC1Btn1F"
loc 0.00388829 -5.00046e-005 0.030016
data 8
Cube.135
texture "buttons2.png"
crease 30.000000
numvert 8
-0.003448 0.0683 0.193106
-0.000968 0.0683 0.212952
-0.003944 0.0683 0.213324
-0.006425 0.0683 0.193478
-0.003448 0.0583 0.193106
-0.000968 0.0583 0.212952
-0.003944 0.0583 0.213324
-0.006425 0.0583 0.193478
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0.5
3 0.5 0.5
2 9.31321e-008 0.5
1 9.31321e-008 0.5
SURF 0x0
mat 4
refs 4
4 0.5 0.25
0 0.5 0.5
1 9.31321e-008 0.5
5 0 0.25
SURF 0x0
mat 4
refs 4
5 0 0.25
1 9.31321e-008 0.5
2 9.31321e-008 0.5
6 0 0.25
SURF 0x0
mat 4
refs 4
7 0.5 0.25
3 0.5 0.5
0 0.5 0.5
4 0.5 0.25
kids 0
OBJECT poly
name "SEC1Btn2O"
loc 0.00388829 -5.00046e-005 0.030016
data 8
Cube.134
texture "buttons2.png"
crease 30.000000
numvert 8
-0.006425 0.0583 0.193478
-0.003944 0.0583 0.213324
-0.000968 0.0583 0.212952
-0.003448 0.0583 0.193106
-0.006425 0.0483 0.193478
-0.003944 0.0483 0.213324
-0.000967 0.0483 0.212952
-0.003448 0.0483 0.193106
numsurf 4
SURF 0x0
mat 4
refs 4
3 0.5 0.25
7 0.5 0
4 0.5 0
0 0.5 0.25
SURF 0x0
mat 4
refs 4
6 0 1.19209e-007
2 9.31321e-008 0.25
1 9.31321e-008 0.25
5 0 1.19209e-007
SURF 0x0
mat 4
refs 4
7 0.5 0
3 0.5 0.25
2 9.31321e-008 0.25
6 0 1.19209e-007
SURF 0x0
mat 4
refs 4
7 0.5 0
6 0 1.19209e-007
5 0 1.19209e-007
4 0.5 0
kids 0
OBJECT poly
name "ELAC1Btn1F"
loc 0.00766054 -5.00791e-005 0.06028
data 8
Cube.135
texture "buttons2.png"
crease 30.000000
numvert 8
-0.006425 0.0583 0.193478
-0.003944 0.0583 0.213324
-0.000968 0.0583 0.212952
-0.003448 0.0583 0.193106
-0.006425 0.0683 0.193478
-0.003944 0.0683 0.213324
-0.000968 0.0683 0.212952
-0.003448 0.0683 0.193106
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0.25
4 0.5 0.5
7 0.5 0.5
3 0.5 0.25
SURF 0x0
mat 4
refs 4
2 0 0.25
6 9.31321e-008 0.5
5 9.31321e-008 0.5
1 0 0.25
SURF 0x0
mat 4
refs 4
3 0.5 0.25
7 0.5 0.5
6 9.31321e-008 0.5
2 0 0.25
SURF 0x0
mat 4
refs 4
7 0.5 0.5
4 0.5 0.5
5 9.31321e-008 0.5
6 9.31321e-008 0.5
kids 0
OBJECT poly
name "ELAC1Btn2O"
loc 0.00766054 -5.00791e-005 0.06028
data 8
Cube.134
texture "buttons2.png"
crease 30.000000
numvert 8
-0.003448 0.0483 0.193106
-0.000967 0.0483 0.212952
-0.003944 0.0483 0.213324
-0.006425 0.0483 0.193478
-0.003448 0.0583 0.193106
-0.000968 0.0583 0.212952
-0.003944 0.0583 0.213324
-0.006425 0.0583 0.193478
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0
1 0 1.19209e-007
2 0 1.19209e-007
3 0.5 0
SURF 0x0
mat 4
refs 4
0 0.5 0
4 0.5 0.25
5 9.31321e-008 0.25
1 0 1.19209e-007
SURF 0x0
mat 4
refs 4
1 0 1.19209e-007
5 9.31321e-008 0.25
6 9.31321e-008 0.25
2 0 1.19209e-007
SURF 0x0
mat 4
refs 4
4 0.5 0.25
0 0.5 0
3 0.5 0
7 0.5 0.25
kids 0
OBJECT poly
name "Eng1ManStartBtn2O"
loc 0.000119683 -5.00064e-005 -4.99785e-005
@ -24870,7 +25330,7 @@ refs 3
kids 0
OBJECT poly
name "FwdCargoIsoBtn"
loc 0.000113685 -5.00064e-005 -4.99785e-005
loc 0.000113685 -5.00083e-005 -4.99785e-005
data 8
Cube.103
texture "buttons.png"
@ -33508,7 +33968,7 @@ refs 4
10 0 0
kids 0
OBJECT poly
name "PAC1Btn1"
name "FAC1Btn1"
loc 0.000113685 -5.00064e-005 -4.99785e-005
data 8
Cube.135
@ -33554,7 +34014,7 @@ refs 4
4 0.5 0.25
kids 0
OBJECT poly
name "PAC1Btn2"
name "FAC1Btn2"
loc 0.000113685 -5.00064e-005 -4.99785e-005
data 8
Cube.134
@ -33600,7 +34060,7 @@ refs 4
4 0.5 0
kids 0
OBJECT poly
name "PAC2Btn1"
name "FAC2Btn1"
loc 0.000113685 0.0284367 -4.99785e-005
data 8
Cube.111
@ -33646,7 +34106,7 @@ refs 4
2 9.31321e-008 0.5
kids 0
OBJECT poly
name "PAC2Btn2"
name "FAC2Btn2"
loc 0.000113685 0.0284367 -4.99785e-005
data 8
Cube.110
@ -41067,3 +41527,187 @@ refs 4
0 0.5 0.5
4 0.5 0.25
kids 0
OBJECT poly
name "ELAC2Btn1F"
loc 0.0501202 -0.0299633 -0.400014
data 8
Cube.135
texture "buttons2.png"
crease 30.000000
numvert 8
-0.0508755 0.0683 0.186315
-0.053357 0.0683 0.206161
-0.056333 0.0683 0.205789
-0.0538525 0.0683 0.185943
-0.0508755 0.0583 0.186315
-0.053357 0.0583 0.206161
-0.056333 0.0583 0.205789
-0.0538525 0.0583 0.185943
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0.5
3 0.5 0.5
2 9.31321e-008 0.5
1 9.31321e-008 0.5
SURF 0x0
mat 4
refs 4
4 0.5 0.25
0 0.5 0.5
1 9.31321e-008 0.5
5 0 0.25
SURF 0x0
mat 4
refs 4
5 0 0.25
1 9.31321e-008 0.5
2 9.31321e-008 0.5
6 0 0.25
SURF 0x0
mat 4
refs 4
7 0.5 0.25
3 0.5 0.5
0 0.5 0.5
4 0.5 0.25
kids 0
OBJECT poly
name "ELAC2Btn2O"
loc 0.0501202 -0.0299633 -0.400014
data 8
Cube.134
texture "buttons2.png"
crease 30.000000
numvert 8
-0.0538525 0.0583 0.185943
-0.056333 0.0583 0.205789
-0.053357 0.0583 0.206161
-0.0508755 0.0583 0.186315
-0.0538525 0.0483 0.185943
-0.056333 0.0483 0.205789
-0.053356 0.0483 0.206161
-0.0508755 0.0483 0.186315
numsurf 4
SURF 0x0
mat 4
refs 4
3 0.5 0.25
7 0.5 0
4 0.5 0
0 0.5 0.25
SURF 0x0
mat 4
refs 4
6 0 1.19209e-007
2 9.31321e-008 0.25
1 9.31321e-008 0.25
5 0 1.19209e-007
SURF 0x0
mat 4
refs 4
7 0.5 0
3 0.5 0.25
2 9.31321e-008 0.25
6 0 1.19209e-007
SURF 0x0
mat 4
refs 4
7 0.5 0
6 0 1.19209e-007
5 0 1.19209e-007
4 0.5 0
kids 0
OBJECT poly
name "SEC2Btn1F"
loc 0.0538788 -0.0299633 -0.43008
data 8
Cube.135
texture "buttons2.png"
crease 30.000000
numvert 8
-0.0538525 0.0583 0.185943
-0.056333 0.0583 0.205789
-0.053357 0.0583 0.206161
-0.0508755 0.0583 0.186315
-0.0538525 0.0683 0.185943
-0.056333 0.0683 0.205789
-0.053357 0.0683 0.206161
-0.0508755 0.0683 0.186315
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0.25
4 0.5 0.5
7 0.5 0.5
3 0.5 0.25
SURF 0x0
mat 4
refs 4
2 0 0.25
6 9.31321e-008 0.5
5 9.31321e-008 0.5
1 0 0.25
SURF 0x0
mat 4
refs 4
3 0.5 0.25
7 0.5 0.5
6 9.31321e-008 0.5
2 0 0.25
SURF 0x0
mat 4
refs 4
7 0.5 0.5
4 0.5 0.5
5 9.31321e-008 0.5
6 9.31321e-008 0.5
kids 0
OBJECT poly
name "SEC2Btn2O"
loc 0.0538788 -0.0299633 -0.43008
data 8
Cube.134
texture "buttons2.png"
crease 30.000000
numvert 8
-0.0508755 0.0483 0.186315
-0.053356 0.0483 0.206161
-0.056333 0.0483 0.205789
-0.0538525 0.0483 0.185943
-0.0508755 0.0583 0.186315
-0.053357 0.0583 0.206161
-0.056333 0.0583 0.205789
-0.0538525 0.0583 0.185943
numsurf 4
SURF 0x0
mat 4
refs 4
0 0.5 0
1 0 1.19209e-007
2 0 1.19209e-007
3 0.5 0
SURF 0x0
mat 4
refs 4
0 0.5 0
4 0.5 0.25
5 9.31321e-008 0.25
1 0 1.19209e-007
SURF 0x0
mat 4
refs 4
1 0 1.19209e-007
5 9.31321e-008 0.25
6 9.31321e-008 0.25
2 0 1.19209e-007
SURF 0x0
mat 4
refs 4
4 0.5 0.25
0 0.5 0
3 0.5 0
7 0.5 0.25
kids 0