A3XX: Fix Overhead Bugs
This commit is contained in:
parent
1e38f650a0
commit
f1f8b554bb
2 changed files with 410 additions and 514 deletions
|
@ -73,6 +73,10 @@
|
||||||
<object-name>CFuelTank1Btn2O</object-name>
|
<object-name>CFuelTank1Btn2O</object-name>
|
||||||
<object-name>CFuelTank2Btn1F</object-name>
|
<object-name>CFuelTank2Btn1F</object-name>
|
||||||
<object-name>CFuelTank2Btn2O</object-name>
|
<object-name>CFuelTank2Btn2O</object-name>
|
||||||
|
<object-name>Eng1AntiIceBtn1F</object-name>
|
||||||
|
<object-name>Eng1AntiIceBtn2O</object-name>
|
||||||
|
<object-name>Eng2AntiIceBtn1F</object-name>
|
||||||
|
<object-name>Eng2AntiIceBtn2O</object-name>
|
||||||
<object-name>Eng1BleedBtn1F</object-name>
|
<object-name>Eng1BleedBtn1F</object-name>
|
||||||
<object-name>Eng1BleedBtn2O</object-name>
|
<object-name>Eng1BleedBtn2O</object-name>
|
||||||
<object-name>Eng2BleedBtn1F</object-name>
|
<object-name>Eng2BleedBtn1F</object-name>
|
||||||
|
@ -100,6 +104,7 @@
|
||||||
<object-name>LFuelTank2Btn1F</object-name>
|
<object-name>LFuelTank2Btn1F</object-name>
|
||||||
<object-name>LFuelTank2Btn2O</object-name>
|
<object-name>LFuelTank2Btn2O</object-name>
|
||||||
<object-name>IrsOnBatLightOB</object-name>
|
<object-name>IrsOnBatLightOB</object-name>
|
||||||
|
<object-name>PrbWinHeatBtn2O</object-name>
|
||||||
<object-name>PTU1F</object-name>
|
<object-name>PTU1F</object-name>
|
||||||
<object-name>PTU2O</object-name>
|
<object-name>PTU2O</object-name>
|
||||||
<object-name>RamAirBtn2O</object-name>
|
<object-name>RamAirBtn2O</object-name>
|
||||||
|
@ -107,13 +112,12 @@
|
||||||
<object-name>RFuelTank1Btn2O</object-name>
|
<object-name>RFuelTank1Btn2O</object-name>
|
||||||
<object-name>RFuelTank2Btn1F</object-name>
|
<object-name>RFuelTank2Btn1F</object-name>
|
||||||
<object-name>RFuelTank2Btn2O</object-name>
|
<object-name>RFuelTank2Btn2O</object-name>
|
||||||
|
<object-name>WingAntiIceBtn1F</object-name>
|
||||||
|
<object-name>WingAntiIceBtn2O</object-name>
|
||||||
<object-name>YellowElecPump1F</object-name>
|
<object-name>YellowElecPump1F</object-name>
|
||||||
<object-name>YellowElecPump2O</object-name>
|
<object-name>YellowElecPump2O</object-name>
|
||||||
<object-name>YellowEngPump1F</object-name>
|
<object-name>YellowEngPump1F</object-name>
|
||||||
<object-name>YellowEngPump2O</object-name>
|
<object-name>YellowEngPump2O</object-name>
|
||||||
<object-name>PrbWinHeatBtn2</object-name>
|
|
||||||
<object-name>PrbWinHeatBtn2O</object-name>
|
|
||||||
<object-name>PrbWinHeatBtn1</object-name>
|
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
|
@ -3593,177 +3597,19 @@
|
||||||
<!-- Anti-ice -->
|
<!-- Anti-ice -->
|
||||||
<!-- Eng and Wing -->
|
<!-- Eng and Wing -->
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>WingAntiIceBtn2O</object-name>
|
|
||||||
<condition>
|
|
||||||
<or>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/deice/wing</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>WingAntiIceBtn1F</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/switches/annun-test</property>
|
|
||||||
<value>1</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>WingAntiIceBtn1</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/switches/annun-test</property>
|
|
||||||
<value>0</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>WingAntiIceBtn2</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/deice/wing</property>
|
|
||||||
<value>0</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>Eng1AntiIceBtn2O</object-name>
|
|
||||||
<condition>
|
|
||||||
<or>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/deice/lengine</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>Eng1AntiIceBtn1F</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/switches/annun-test</property>
|
|
||||||
<value>1</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>Eng1AntiIceBtn1</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/switches/annun-test</property>
|
|
||||||
<value>0</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>Eng1AntiIceBtn2</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/deice/lengine</property>
|
|
||||||
<value>0</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>Eng2AntiIceBtn2O</object-name>
|
|
||||||
<condition>
|
|
||||||
<or>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/deice/rengine</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>Eng2AntiIceBtn1F</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/switches/annun-test</property>
|
|
||||||
<value>1</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>Eng2AntiIceBtn1</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/switches/annun-test</property>
|
|
||||||
<value>0</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
|
||||||
<type>select</type>
|
|
||||||
<object-name>Eng2AntiIceBtn2</object-name>
|
|
||||||
<condition>
|
|
||||||
<equals>
|
|
||||||
<property>/controls/deice/rengine</property>
|
|
||||||
<value>0</value>
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<name>Wing Anti-ice Pick</name>
|
<name>Wing Anti-ice Pick</name>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>WingAntiIceBtn2O</object-name>
|
|
||||||
<object-name>WingAntiIceBtn2</object-name>
|
|
||||||
<object-name>WingAntiIceBtn1F</object-name>
|
|
||||||
<object-name>WingAntiIceBtn1</object-name>
|
<object-name>WingAntiIceBtn1</object-name>
|
||||||
|
<object-name>WingAntiIceBtn1F</object-name>
|
||||||
|
<object-name>WingAntiIceBtn2</object-name>
|
||||||
|
<object-name>WingAntiIceBtn2O</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<greater-than-equals>
|
|
||||||
<property>/systems/electrical/battery1-amps</property>
|
|
||||||
<value>120</value>
|
|
||||||
</greater-than-equals>
|
|
||||||
<greater-than-equals>
|
|
||||||
<property>/systems/electrical/battery2-amps</property>
|
|
||||||
<value>120</value>
|
|
||||||
</greater-than-equals>
|
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/systems/electrical/bus/dc1</property>
|
<property>/systems/electrical/bus/dc1</property>
|
||||||
<value>25</value>
|
<value>25</value>
|
||||||
|
@ -3784,27 +3630,47 @@
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>WingAntiIceBtn1F</object-name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/switches/annun-test</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>WingAntiIceBtn2O</object-name>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/deice/wing</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/switches/annun-test</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<name>Left Engine Anti-ice Pick</name>
|
<name>Left Engine Anti-ice Pick</name>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>Eng1AntiIceBtn2O</object-name>
|
|
||||||
<object-name>Eng1AntiIceBtn2</object-name>
|
|
||||||
<object-name>Eng1AntiIceBtn1F</object-name>
|
|
||||||
<object-name>Eng1AntiIceBtn1</object-name>
|
<object-name>Eng1AntiIceBtn1</object-name>
|
||||||
|
<object-name>Eng1AntiIceBtn1F</object-name>
|
||||||
|
<object-name>Eng1AntiIceBtn2</object-name>
|
||||||
|
<object-name>Eng1AntiIceBtn2O</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<greater-than-equals>
|
|
||||||
<property>/systems/electrical/battery1-amps</property>
|
|
||||||
<value>120</value>
|
|
||||||
</greater-than-equals>
|
|
||||||
<greater-than-equals>
|
|
||||||
<property>/systems/electrical/battery2-amps</property>
|
|
||||||
<value>120</value>
|
|
||||||
</greater-than-equals>
|
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/systems/electrical/bus/dc1</property>
|
<property>/systems/electrical/bus/dc1</property>
|
||||||
<value>25</value>
|
<value>25</value>
|
||||||
|
@ -3825,27 +3691,47 @@
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>Eng1AntiIceBtn1F</object-name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/switches/annun-test</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>Eng1AntiIceBtn2O</object-name>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/deice/lengine</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/switches/annun-test</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<name>Right Engine Anti-ice Pick</name>
|
<name>Right Engine Anti-ice Pick</name>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>Eng2AntiIceBtn2O</object-name>
|
|
||||||
<object-name>Eng2AntiIceBtn2</object-name>
|
|
||||||
<object-name>Eng2AntiIceBtn1F</object-name>
|
|
||||||
<object-name>Eng2AntiIceBtn1</object-name>
|
<object-name>Eng2AntiIceBtn1</object-name>
|
||||||
|
<object-name>Eng2AntiIceBtn1F</object-name>
|
||||||
|
<object-name>Eng2AntiIceBtn2</object-name>
|
||||||
|
<object-name>Eng2AntiIceBtn2O</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<greater-than-equals>
|
|
||||||
<property>/systems/electrical/battery1-amps</property>
|
|
||||||
<value>120</value>
|
|
||||||
</greater-than-equals>
|
|
||||||
<greater-than-equals>
|
|
||||||
<property>/systems/electrical/battery2-amps</property>
|
|
||||||
<value>120</value>
|
|
||||||
</greater-than-equals>
|
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/systems/electrical/bus/dc1</property>
|
<property>/systems/electrical/bus/dc1</property>
|
||||||
<value>25</value>
|
<value>25</value>
|
||||||
|
@ -3866,15 +3752,24 @@
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
<!-- Window Heat and Probe Button -->
|
|
||||||
<!-- 0.5 is auto, 1 is on -->
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>PrbWinHeatBtn2O</object-name>
|
<object-name>Eng2AntiIceBtn1F</object-name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/switches/annun-test</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>Eng2AntiIceBtn2O</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/controls/switches/windowprobeheat</property>
|
<property>/controls/deice/rengine</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
<equals>
|
<equals>
|
||||||
|
@ -3885,37 +3780,21 @@
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<!-- Window Heat and Probe Button -->
|
||||||
<type>select</type>
|
<!-- 0.5 is auto, 1 is on -->
|
||||||
<object-name>PrbWinHeatBtn2</object-name>
|
|
||||||
<condition>
|
|
||||||
<less-than-equals>
|
|
||||||
<property>/controls/switches/windowprobeheat</property>
|
|
||||||
<value>0.5</value>
|
|
||||||
</less-than-equals>
|
|
||||||
</condition>
|
|
||||||
</animation>
|
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<name>Window Probe Heat Toggle</name>
|
<name>Window Probe Heat Toggle</name>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
|
<object-name>PrbWinHeatBtn1</object-name>
|
||||||
<object-name>PrbWinHeatBtn2</object-name>
|
<object-name>PrbWinHeatBtn2</object-name>
|
||||||
<object-name>PrbWinHeatBtn2O</object-name>
|
<object-name>PrbWinHeatBtn2O</object-name>
|
||||||
<object-name>PrbWinHeatBtn1</object-name>
|
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<greater-than-equals>
|
|
||||||
<property>/systems/electrical/battery1-amps</property>
|
|
||||||
<value>120</value>
|
|
||||||
</greater-than-equals>
|
|
||||||
<greater-than-equals>
|
|
||||||
<property>/systems/electrical/battery2-amps</property>
|
|
||||||
<value>120</value>
|
|
||||||
</greater-than-equals>
|
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/systems/electrical/bus/dc1</property>
|
<property>/systems/electrical/bus/dc1</property>
|
||||||
<value>25</value>
|
<value>25</value>
|
||||||
|
@ -3938,13 +3817,30 @@
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>PrbWinHeatBtn2O</object-name>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/switches/windowprobeheat</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/controls/switches/annun-test</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<!-- APU -->
|
<!-- APU -->
|
||||||
<animation>
|
<animation>
|
||||||
<name>APU master switch pick</name>
|
<name>APU master switch pick</name>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>APUMasterBtn1</object-name>
|
<object-name>APUMasterBtn1</object-name>
|
||||||
<object-name>APUMasterBtn2</object-name>
|
|
||||||
<object-name>APUMasterBtn1F</object-name>
|
<object-name>APUMasterBtn1F</object-name>
|
||||||
|
<object-name>APUMasterBtn2</object-name>
|
||||||
<object-name>APUMasterBtn2O</object-name>
|
<object-name>APUMasterBtn2O</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
|
|
|
@ -10,50 +10,326 @@ MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 1 1 1 shi 128 trans
|
||||||
OBJECT world
|
OBJECT world
|
||||||
kids 273
|
kids 273
|
||||||
OBJECT poly
|
OBJECT poly
|
||||||
name "WingAntiIceBtn1F"
|
name "PrbWinHeatBtn2O"
|
||||||
loc 0.000113685 -5.00064e-005 -4.99785e-005
|
loc 0.000175806 -0.17185 0.0418501
|
||||||
data 8
|
data 8
|
||||||
Cube.040
|
Cube.063
|
||||||
texture "buttons5.png"
|
texture "buttons2.png"
|
||||||
crease 30.000000
|
crease 30.000000
|
||||||
numvert 8
|
numvert 8
|
||||||
-0.01 -0.2082 0.1337
|
-0.007 -0.0564 -0.0528
|
||||||
-0.01 -0.2082 0.1537
|
-0.007 -0.0564 -0.0328
|
||||||
-0.007 -0.2082 0.1537
|
-0.01 -0.0564 -0.0328
|
||||||
-0.007 -0.2082 0.1337
|
-0.01 -0.0564 -0.0528
|
||||||
-0.01 -0.2182 0.1337
|
-0.007 -0.0464 -0.0528
|
||||||
-0.01 -0.2182 0.1537
|
-0.007 -0.0464 -0.0328
|
||||||
-0.007 -0.2182 0.1537
|
-0.01 -0.0464 -0.0328
|
||||||
-0.007 -0.2182 0.1337
|
-0.01 -0.0464 -0.0528
|
||||||
numsurf 4
|
numsurf 4
|
||||||
SURF 0x0
|
SURF 0x0
|
||||||
mat 4
|
mat 4
|
||||||
refs 4
|
refs 4
|
||||||
3 0.503906 0.492188
|
0 0.5 0.5
|
||||||
7 0.503906 0.242188
|
1 0 0.5
|
||||||
4 0.503906 0.242188
|
2 0 0.5
|
||||||
0 0.503906 0.492188
|
3 0.5 0.5
|
||||||
SURF 0x0
|
SURF 0x0
|
||||||
mat 4
|
mat 4
|
||||||
refs 4
|
refs 4
|
||||||
6 0.00390625 0.242188
|
0 0.5 0.5
|
||||||
2 0.00390634 0.492188
|
4 0.5 0.75
|
||||||
1 0.00390634 0.492188
|
5 9.31321e-008 0.75
|
||||||
5 0.00390625 0.242188
|
1 0 0.5
|
||||||
SURF 0x0
|
SURF 0x0
|
||||||
mat 4
|
mat 4
|
||||||
refs 4
|
refs 4
|
||||||
7 0.503906 0.242188
|
1 0 0.5
|
||||||
3 0.503906 0.492188
|
5 9.31321e-008 0.75
|
||||||
2 0.00390634 0.492188
|
6 9.31321e-008 0.75
|
||||||
6 0.00390625 0.242188
|
2 0 0.5
|
||||||
SURF 0x0
|
SURF 0x0
|
||||||
mat 4
|
mat 4
|
||||||
refs 4
|
refs 4
|
||||||
3 0.503906 0.492188
|
4 0.5 0.75
|
||||||
0 0.503906 0.492188
|
0 0.5 0.5
|
||||||
1 0.00390634 0.492188
|
3 0.5 0.5
|
||||||
2 0.00390634 0.492188
|
7 0.5 0.75
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "WingAntiIceBtn2O"
|
||||||
|
loc 0.000175806 -0.17185 0.18645
|
||||||
|
data 8
|
||||||
|
Cube.063
|
||||||
|
texture "buttons2.png"
|
||||||
|
crease 30.000000
|
||||||
|
numvert 8
|
||||||
|
-0.01 -0.0464 -0.0528
|
||||||
|
-0.01 -0.0464 -0.0328
|
||||||
|
-0.007 -0.0464 -0.0328
|
||||||
|
-0.007 -0.0464 -0.0528
|
||||||
|
-0.01 -0.0564 -0.0528
|
||||||
|
-0.01 -0.0564 -0.0328
|
||||||
|
-0.007 -0.0564 -0.0328
|
||||||
|
-0.007 -0.0564 -0.0528
|
||||||
|
numsurf 4
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
3 0.5 0.75
|
||||||
|
7 0.5 0.5
|
||||||
|
4 0.5 0.5
|
||||||
|
0 0.5 0.75
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
6 0 0.5
|
||||||
|
2 9.31321e-008 0.75
|
||||||
|
1 9.31321e-008 0.75
|
||||||
|
5 0 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
7 0.5 0.5
|
||||||
|
3 0.5 0.75
|
||||||
|
2 9.31321e-008 0.75
|
||||||
|
6 0 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
7 0.5 0.5
|
||||||
|
6 0 0.5
|
||||||
|
5 0 0.5
|
||||||
|
4 0.5 0.5
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "WingAntiIceBtn1F"
|
||||||
|
loc 0.000175806 -0.17185 0.10225
|
||||||
|
data 8
|
||||||
|
Cube.061
|
||||||
|
texture "buttons2.png"
|
||||||
|
crease 30.000000
|
||||||
|
numvert 8
|
||||||
|
-0.01 -0.0364 0.0314
|
||||||
|
-0.01 -0.0364 0.0514
|
||||||
|
-0.007 -0.0364 0.0514
|
||||||
|
-0.007 -0.0364 0.0314
|
||||||
|
-0.01 -0.0464 0.0314
|
||||||
|
-0.01 -0.0464 0.0514
|
||||||
|
-0.007 -0.0464 0.0514
|
||||||
|
-0.007 -0.0464 0.0314
|
||||||
|
numsurf 4
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
3 0.5 0.5
|
||||||
|
7 0.5 0.25
|
||||||
|
4 0.5 0.25
|
||||||
|
0 0.5 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
6 0 0.25
|
||||||
|
2 9.31321e-008 0.5
|
||||||
|
1 9.31321e-008 0.5
|
||||||
|
5 0 0.25
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
7 0.5 0.25
|
||||||
|
3 0.5 0.5
|
||||||
|
2 9.31321e-008 0.5
|
||||||
|
6 0 0.25
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
3 0.5 0.5
|
||||||
|
0 0.5 0.5
|
||||||
|
1 9.31321e-008 0.5
|
||||||
|
2 9.31321e-008 0.5
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "Eng1AntiIceBtn2O"
|
||||||
|
loc 0.000175806 -0.17185 0.11805
|
||||||
|
data 8
|
||||||
|
Cube.063
|
||||||
|
texture "buttons2.png"
|
||||||
|
crease 30.000000
|
||||||
|
numvert 8
|
||||||
|
-0.007 -0.0564 -0.0528
|
||||||
|
-0.007 -0.0564 -0.0328
|
||||||
|
-0.01 -0.0564 -0.0328
|
||||||
|
-0.01 -0.0564 -0.0528
|
||||||
|
-0.007 -0.0464 -0.0528
|
||||||
|
-0.007 -0.0464 -0.0328
|
||||||
|
-0.01 -0.0464 -0.0328
|
||||||
|
-0.01 -0.0464 -0.0528
|
||||||
|
numsurf 4
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
0 0.5 0.5
|
||||||
|
1 0 0.5
|
||||||
|
2 0 0.5
|
||||||
|
3 0.5 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
0 0.5 0.5
|
||||||
|
4 0.5 0.75
|
||||||
|
5 9.31321e-008 0.75
|
||||||
|
1 0 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
1 0 0.5
|
||||||
|
5 9.31321e-008 0.75
|
||||||
|
6 9.31321e-008 0.75
|
||||||
|
2 0 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
4 0.5 0.75
|
||||||
|
0 0.5 0.5
|
||||||
|
3 0.5 0.5
|
||||||
|
7 0.5 0.75
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "Eng1AntiIceBtn1F"
|
||||||
|
loc 0.000175806 -0.17185 0.0338501
|
||||||
|
data 8
|
||||||
|
Cube.061
|
||||||
|
texture "buttons2.png"
|
||||||
|
crease 30.000000
|
||||||
|
numvert 8
|
||||||
|
-0.007 -0.0464 0.0314
|
||||||
|
-0.007 -0.0464 0.0514
|
||||||
|
-0.01 -0.0464 0.0514
|
||||||
|
-0.01 -0.0464 0.0314
|
||||||
|
-0.007 -0.0364 0.0314
|
||||||
|
-0.007 -0.0364 0.0514
|
||||||
|
-0.01 -0.0364 0.0514
|
||||||
|
-0.01 -0.0364 0.0314
|
||||||
|
numsurf 4
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
4 0.5 0.5
|
||||||
|
7 0.5 0.5
|
||||||
|
6 9.31321e-008 0.5
|
||||||
|
5 9.31321e-008 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
0 0.5 0.25
|
||||||
|
4 0.5 0.5
|
||||||
|
5 9.31321e-008 0.5
|
||||||
|
1 0 0.25
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
1 0 0.25
|
||||||
|
5 9.31321e-008 0.5
|
||||||
|
6 9.31321e-008 0.5
|
||||||
|
2 0 0.25
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
4 0.5 0.5
|
||||||
|
0 0.5 0.25
|
||||||
|
3 0.5 0.25
|
||||||
|
7 0.5 0.5
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "Eng2AntiIceBtn2O"
|
||||||
|
loc 0.000175806 -0.17185 0.0856499
|
||||||
|
data 8
|
||||||
|
Cube.063
|
||||||
|
texture "buttons2.png"
|
||||||
|
crease 30.000000
|
||||||
|
numvert 8
|
||||||
|
-0.01 -0.0464 -0.0528
|
||||||
|
-0.01 -0.0464 -0.0328
|
||||||
|
-0.007 -0.0464 -0.0328
|
||||||
|
-0.007 -0.0464 -0.0528
|
||||||
|
-0.01 -0.0564 -0.0528
|
||||||
|
-0.01 -0.0564 -0.0328
|
||||||
|
-0.007 -0.0564 -0.0328
|
||||||
|
-0.007 -0.0564 -0.0528
|
||||||
|
numsurf 4
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
3 0.5 0.75
|
||||||
|
7 0.5 0.5
|
||||||
|
4 0.5 0.5
|
||||||
|
0 0.5 0.75
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
6 0 0.5
|
||||||
|
2 9.31321e-008 0.75
|
||||||
|
1 9.31321e-008 0.75
|
||||||
|
5 0 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
7 0.5 0.5
|
||||||
|
3 0.5 0.75
|
||||||
|
2 9.31321e-008 0.75
|
||||||
|
6 0 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
7 0.5 0.5
|
||||||
|
6 0 0.5
|
||||||
|
5 0 0.5
|
||||||
|
4 0.5 0.5
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "Eng2AntiIceBtn1F"
|
||||||
|
loc 0.000175806 -0.17185 0.00145005
|
||||||
|
data 8
|
||||||
|
Cube.061
|
||||||
|
texture "buttons2.png"
|
||||||
|
crease 30.000000
|
||||||
|
numvert 8
|
||||||
|
-0.01 -0.0364 0.0314
|
||||||
|
-0.01 -0.0364 0.0514
|
||||||
|
-0.007 -0.0364 0.0514
|
||||||
|
-0.007 -0.0364 0.0314
|
||||||
|
-0.01 -0.0464 0.0314
|
||||||
|
-0.01 -0.0464 0.0514
|
||||||
|
-0.007 -0.0464 0.0514
|
||||||
|
-0.007 -0.0464 0.0314
|
||||||
|
numsurf 4
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
3 0.5 0.5
|
||||||
|
7 0.5 0.25
|
||||||
|
4 0.5 0.25
|
||||||
|
0 0.5 0.5
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
6 0 0.25
|
||||||
|
2 9.31321e-008 0.5
|
||||||
|
1 9.31321e-008 0.5
|
||||||
|
5 0 0.25
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
7 0.5 0.25
|
||||||
|
3 0.5 0.5
|
||||||
|
2 9.31321e-008 0.5
|
||||||
|
6 0 0.25
|
||||||
|
SURF 0x0
|
||||||
|
mat 4
|
||||||
|
refs 4
|
||||||
|
3 0.5 0.5
|
||||||
|
0 0.5 0.5
|
||||||
|
1 9.31321e-008 0.5
|
||||||
|
2 9.31321e-008 0.5
|
||||||
kids 0
|
kids 0
|
||||||
OBJECT poly
|
OBJECT poly
|
||||||
name "WingAntiIceBtn1"
|
name "WingAntiIceBtn1"
|
||||||
|
@ -102,282 +378,6 @@ refs 4
|
||||||
7 0.503906 0.492188
|
7 0.503906 0.492188
|
||||||
kids 0
|
kids 0
|
||||||
OBJECT poly
|
OBJECT poly
|
||||||
name "WingAntiIceBtn2O"
|
|
||||||
loc 0.000113685 -5.00064e-005 -4.99785e-005
|
|
||||||
data 8
|
|
||||||
Cube.039
|
|
||||||
texture "buttons5.png"
|
|
||||||
crease 30.000000
|
|
||||||
numvert 8
|
|
||||||
-0.007 -0.2282 0.1337
|
|
||||||
-0.007 -0.2282 0.1537
|
|
||||||
-0.01 -0.2282 0.1537
|
|
||||||
-0.01 -0.2282 0.1337
|
|
||||||
-0.007 -0.2182 0.1337
|
|
||||||
-0.007 -0.2182 0.1537
|
|
||||||
-0.01 -0.2182 0.1537
|
|
||||||
-0.01 -0.2182 0.1337
|
|
||||||
numsurf 4
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
0 0.5 0.5
|
|
||||||
1 0 0.5
|
|
||||||
2 0 0.5
|
|
||||||
3 0.5 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
0 0.5 0.5
|
|
||||||
4 0.5 0.75
|
|
||||||
5 9.31321e-008 0.75
|
|
||||||
1 0 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
1 0 0.5
|
|
||||||
5 9.31321e-008 0.75
|
|
||||||
6 9.31321e-008 0.75
|
|
||||||
2 0 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
4 0.5 0.75
|
|
||||||
0 0.5 0.5
|
|
||||||
3 0.5 0.5
|
|
||||||
7 0.5 0.75
|
|
||||||
kids 0
|
|
||||||
OBJECT poly
|
|
||||||
name "Eng2AntiIceBtn2O"
|
|
||||||
loc 0.000113685 -5.00064e-005 -4.99785e-005
|
|
||||||
data 8
|
|
||||||
Cube.035
|
|
||||||
texture "buttons5.png"
|
|
||||||
crease 30.000000
|
|
||||||
numvert 8
|
|
||||||
-0.007 -0.2282 0.0329
|
|
||||||
-0.007 -0.2282 0.0529
|
|
||||||
-0.01 -0.2282 0.0529
|
|
||||||
-0.01 -0.2282 0.0329
|
|
||||||
-0.007 -0.2182 0.0329
|
|
||||||
-0.007 -0.2182 0.0529
|
|
||||||
-0.01 -0.2182 0.0529
|
|
||||||
-0.01 -0.2182 0.0329
|
|
||||||
numsurf 4
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
0 0.5 0.5
|
|
||||||
1 0 0.5
|
|
||||||
2 0 0.5
|
|
||||||
3 0.5 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
0 0.5 0.5
|
|
||||||
4 0.5 0.75
|
|
||||||
5 9.31321e-008 0.75
|
|
||||||
1 0 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
1 0 0.5
|
|
||||||
5 9.31321e-008 0.75
|
|
||||||
6 9.31321e-008 0.75
|
|
||||||
2 0 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
4 0.5 0.75
|
|
||||||
0 0.5 0.5
|
|
||||||
3 0.5 0.5
|
|
||||||
7 0.5 0.75
|
|
||||||
kids 0
|
|
||||||
OBJECT poly
|
|
||||||
name "Eng2AntiIceBtn1F"
|
|
||||||
loc 0.000113685 -5.00064e-005 -4.99785e-005
|
|
||||||
data 8
|
|
||||||
Cube.036
|
|
||||||
texture "buttons5.png"
|
|
||||||
crease 30.000000
|
|
||||||
numvert 8
|
|
||||||
-0.007 -0.2182 0.0329
|
|
||||||
-0.007 -0.2182 0.0529
|
|
||||||
-0.01 -0.2182 0.0529
|
|
||||||
-0.01 -0.2182 0.0329
|
|
||||||
-0.007 -0.2082 0.0329
|
|
||||||
-0.007 -0.2082 0.0529
|
|
||||||
-0.01 -0.2082 0.0529
|
|
||||||
-0.01 -0.2082 0.0329
|
|
||||||
numsurf 4
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
4 0.503906 0.492188
|
|
||||||
7 0.503906 0.492188
|
|
||||||
6 0.00390634 0.492188
|
|
||||||
5 0.00390634 0.492188
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
0 0.503906 0.242188
|
|
||||||
4 0.503906 0.492188
|
|
||||||
5 0.00390634 0.492188
|
|
||||||
1 0.00390625 0.242188
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
1 0.00390625 0.242188
|
|
||||||
5 0.00390634 0.492188
|
|
||||||
6 0.00390634 0.492188
|
|
||||||
2 0.00390625 0.242188
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
4 0.503906 0.492188
|
|
||||||
0 0.503906 0.242188
|
|
||||||
3 0.503906 0.242188
|
|
||||||
7 0.503906 0.492188
|
|
||||||
kids 0
|
|
||||||
OBJECT poly
|
|
||||||
name "Eng1AntiIceBtn1F"
|
|
||||||
loc 0.000113685 -5.00064e-005 -4.99785e-005
|
|
||||||
data 8
|
|
||||||
Cube.037
|
|
||||||
texture "buttons5.png"
|
|
||||||
crease 30.000000
|
|
||||||
numvert 8
|
|
||||||
-0.007 -0.2182 0.0653
|
|
||||||
-0.007 -0.2182 0.0853
|
|
||||||
-0.01 -0.2182 0.0853
|
|
||||||
-0.01 -0.2182 0.0653
|
|
||||||
-0.007 -0.2082 0.0653
|
|
||||||
-0.007 -0.2082 0.0853
|
|
||||||
-0.01 -0.2082 0.0853
|
|
||||||
-0.01 -0.2082 0.0653
|
|
||||||
numsurf 4
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
4 0.501459 0.501976
|
|
||||||
7 0.501459 0.501976
|
|
||||||
6 0.0014592 0.501976
|
|
||||||
5 0.0014592 0.501976
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
0 0.501459 0.251976
|
|
||||||
4 0.501459 0.501976
|
|
||||||
5 0.0014592 0.501976
|
|
||||||
1 0.00145911 0.251976
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
1 0.00145911 0.251976
|
|
||||||
5 0.0014592 0.501976
|
|
||||||
6 0.0014592 0.501976
|
|
||||||
2 0.00145911 0.251976
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
4 0.501459 0.501976
|
|
||||||
0 0.501459 0.251976
|
|
||||||
3 0.501459 0.251976
|
|
||||||
7 0.501459 0.501976
|
|
||||||
kids 0
|
|
||||||
OBJECT poly
|
|
||||||
name "Eng1AntiIceBtn2O"
|
|
||||||
loc 0.000113685 -5.00064e-005 -4.99785e-005
|
|
||||||
data 8
|
|
||||||
Cube.038
|
|
||||||
texture "buttons5.png"
|
|
||||||
crease 30.000000
|
|
||||||
numvert 8
|
|
||||||
-0.007 -0.2282 0.0653
|
|
||||||
-0.007 -0.2282 0.0853
|
|
||||||
-0.01 -0.2282 0.0853
|
|
||||||
-0.01 -0.2282 0.0653
|
|
||||||
-0.007 -0.2182 0.0653
|
|
||||||
-0.007 -0.2182 0.0853
|
|
||||||
-0.01 -0.2182 0.0853
|
|
||||||
-0.01 -0.2182 0.0653
|
|
||||||
numsurf 4
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
0 0.5 0.5
|
|
||||||
1 0 0.5
|
|
||||||
2 0 0.5
|
|
||||||
3 0.5 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
0 0.5 0.5
|
|
||||||
4 0.5 0.75
|
|
||||||
5 9.31321e-008 0.75
|
|
||||||
1 0 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
1 0 0.5
|
|
||||||
5 9.31321e-008 0.75
|
|
||||||
6 9.31321e-008 0.75
|
|
||||||
2 0 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
4 0.5 0.75
|
|
||||||
0 0.5 0.5
|
|
||||||
3 0.5 0.5
|
|
||||||
7 0.5 0.75
|
|
||||||
kids 0
|
|
||||||
OBJECT poly
|
|
||||||
name "PrbWinHeatBtn2O"
|
|
||||||
loc 0.000113685 -5.00064e-005 -4.99785e-005
|
|
||||||
data 8
|
|
||||||
Cube.032
|
|
||||||
texture "buttons2.png"
|
|
||||||
crease 30.000000
|
|
||||||
numvert 8
|
|
||||||
-0.01 -0.2182 -0.0109
|
|
||||||
-0.01 -0.2182 0.0091
|
|
||||||
-0.007 -0.2182 0.0091
|
|
||||||
-0.007 -0.2182 -0.0109
|
|
||||||
-0.01 -0.2282 -0.0109
|
|
||||||
-0.01 -0.2282 0.0091
|
|
||||||
-0.007 -0.2282 0.0091
|
|
||||||
-0.007 -0.2282 -0.0109
|
|
||||||
numsurf 4
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
3 0.5 0.75
|
|
||||||
7 0.5 0.5
|
|
||||||
4 0.5 0.5
|
|
||||||
0 0.5 0.75
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
6 0 0.5
|
|
||||||
2 9.31321e-008 0.75
|
|
||||||
1 9.31321e-008 0.75
|
|
||||||
5 0 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
7 0.5 0.5
|
|
||||||
3 0.5 0.75
|
|
||||||
2 9.31321e-008 0.75
|
|
||||||
6 0 0.5
|
|
||||||
SURF 0x0
|
|
||||||
mat 4
|
|
||||||
refs 4
|
|
||||||
7 0.5 0.5
|
|
||||||
6 0 0.5
|
|
||||||
5 0 0.5
|
|
||||||
4 0.5 0.5
|
|
||||||
kids 0
|
|
||||||
OBJECT poly
|
|
||||||
name "FuelXfeedBtn1A"
|
name "FuelXfeedBtn1A"
|
||||||
loc 0.000175806 0.13925 0.04185
|
loc 0.000175806 0.13925 0.04185
|
||||||
data 8
|
data 8
|
||||||
|
|
Reference in a new issue