A3XX: Add gear position lights
This commit is contained in:
parent
df97c80f4b
commit
60b451571f
4 changed files with 624 additions and 62 deletions
|
@ -1221,6 +1221,12 @@
|
|||
<object-name>dec_low2</object-name>
|
||||
<object-name>dec_med2</object-name>
|
||||
<object-name>dec_max2</object-name>
|
||||
<object-name>lgear_down2</object-name>
|
||||
<object-name>lgear_unlk2</object-name>
|
||||
<object-name>ngear_down2</object-name>
|
||||
<object-name>ngear_unlk2</object-name>
|
||||
<object-name>rgear_down2</object-name>
|
||||
<object-name>rgear_unlk2</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<greater-than-equals>
|
||||
|
@ -4450,75 +4456,123 @@
|
|||
<!-- Landing Gear Unlock and down Indicators -->
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>ngear_unlk</object-name>
|
||||
<property>indicators/gear-panel/gear[0]/unlk</property>
|
||||
<factor>0.125</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>-1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<type>select</type>
|
||||
<object-name>lgear_unlk2</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<and>
|
||||
<not-equals>
|
||||
<property>gear/gear[1]/position-norm</property>
|
||||
<value>0</value>
|
||||
</not-equals>
|
||||
<not-equals>
|
||||
<property>gear/gear[1]/position-norm</property>
|
||||
<value>1</value>
|
||||
</not-equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>ngear_down</object-name>
|
||||
<property>indicators/gear-panel/gear[0]/down</property>
|
||||
<factor>0.125</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>-1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<type>select</type>
|
||||
<object-name>lgear_down2</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>gear/gear[1]/position-norm</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>lgear_unlk</object-name>
|
||||
<property>indicators/gear-panel/gear[1]/unlk</property>
|
||||
<factor>0.125</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>-1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<type>select</type>
|
||||
<object-name>ngear_unlk2</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<and>
|
||||
<not-equals>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0</value>
|
||||
</not-equals>
|
||||
<not-equals>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>1</value>
|
||||
</not-equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>lgear_down</object-name>
|
||||
<property>indicators/gear-panel/gear[1]/down</property>
|
||||
<factor>0.125</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>-1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<type>select</type>
|
||||
<object-name>ngear_down2</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>rgear_unlk</object-name>
|
||||
<property>indicators/gear-panel/gear[2]/unlk</property>
|
||||
<factor>0.125</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>-1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<type>select</type>
|
||||
<object-name>rgear_unlk2</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<and>
|
||||
<not-equals>
|
||||
<property>gear/gear[2]/position-norm</property>
|
||||
<value>0</value>
|
||||
</not-equals>
|
||||
<not-equals>
|
||||
<property>gear/gear[2]/position-norm</property>
|
||||
<value>1</value>
|
||||
</not-equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>rgear_down</object-name>
|
||||
<property>indicators/gear-panel/gear[2]/down</property>
|
||||
<factor>0.125</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>-1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<type>select</type>
|
||||
<object-name>rgear_down2</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>gear/gear[2]/position-norm</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<!-- Engine Cutoff Switches -->
|
||||
|
|
|
@ -16,10 +16,517 @@ MATERIAL "ac3dmat1.022" rgb 1 0.9098 0.7882 amb 0.8915 0.8915 0.8915 emis 0.91
|
|||
MATERIAL "ac3dmat1.024" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.2 0.2 0.2 shi 0 trans 0
|
||||
MATERIAL "ac3dmat4" rgb 1 0.4667 0 amb 0.515 0.515 0.515 emis 0 0 0 spec 0 0 0 shi 128 trans 0
|
||||
OBJECT world
|
||||
kids 363
|
||||
kids 369
|
||||
OBJECT poly
|
||||
name "rgear_down2"
|
||||
loc 0.000100939 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 6
|
||||
-0.593706 0.0078764 -0.159002
|
||||
-0.593706 0.0078764 -0.173878
|
||||
-0.595319 0.0143471 -0.159002
|
||||
-0.595319 0.0143471 -0.173878
|
||||
-0.593706 0.0078764 -0.16644
|
||||
-0.595319 0.0143471 -0.16644
|
||||
numsurf 1
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 6
|
||||
1 0.988599 0.134561
|
||||
3 0.988599 0.182318
|
||||
5 0.939653 0.182318
|
||||
2 0.890706 0.182318
|
||||
0 0.890706 0.134561
|
||||
4 0.939653 0.134561
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "ngear_down2"
|
||||
loc 0.000100939 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 6
|
||||
-0.593706 0.0078764 -0.153654
|
||||
-0.593706 0.0078764 -0.138778
|
||||
-0.595319 0.0143471 -0.153654
|
||||
-0.595319 0.0143471 -0.138778
|
||||
-0.593706 0.0078764 -0.146216
|
||||
-0.595319 0.0143471 -0.146216
|
||||
numsurf 1
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 6
|
||||
4 0.939473 0.134561
|
||||
0 0.98842 0.134561
|
||||
2 0.98842 0.182318
|
||||
5 0.939473 0.182318
|
||||
3 0.890526 0.182318
|
||||
1 0.890526 0.134561
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "lgear_down2"
|
||||
loc 0.000100939 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 6
|
||||
-0.593706 0.0078764 -0.118326
|
||||
-0.593706 0.0078764 -0.133202
|
||||
-0.595319 0.0143471 -0.118326
|
||||
-0.595319 0.0143471 -0.133202
|
||||
-0.593706 0.0078764 -0.125764
|
||||
-0.595319 0.0143471 -0.125764
|
||||
numsurf 1
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 6
|
||||
0 0.890891 0.134561
|
||||
4 0.939838 0.134561
|
||||
1 0.988785 0.134561
|
||||
3 0.988785 0.182318
|
||||
5 0.939838 0.182318
|
||||
2 0.890891 0.182318
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "rgear_unlk2"
|
||||
loc 0.000100939 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 17
|
||||
-0.595319 0.0143471 -0.16644
|
||||
-0.593706 0.0078764 -0.16644
|
||||
-0.596932 0.0208168 -0.16644
|
||||
-0.595319 0.0143471 -0.173878
|
||||
-0.595319 0.0143471 -0.159002
|
||||
-0.596932 0.0208168 -0.173878
|
||||
-0.598609 0.0218563 -0.157588
|
||||
-0.596932 0.0208168 -0.159002
|
||||
-0.598609 0.0218563 -0.175292
|
||||
-0.594699 0.0061722 -0.175292
|
||||
-0.593706 0.0078764 -0.173878
|
||||
-0.594699 0.0061722 -0.157588
|
||||
-0.593706 0.0078764 -0.159002
|
||||
-0.598553 0.0052109 -0.175292
|
||||
-0.602463 0.020895 -0.157588
|
||||
-0.602463 0.020895 -0.175292
|
||||
-0.598553 0.0052109 -0.157588
|
||||
numsurf 19
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 6
|
||||
4 0.890706 0.182318
|
||||
0 0.939653 0.182318
|
||||
3 0.988599 0.182318
|
||||
5 0.988599 0.230075
|
||||
2 0.939653 0.230075
|
||||
7 0.890706 0.230075
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
2 0.939653 0.230075
|
||||
5 0.988599 0.230075
|
||||
6 0.881401 0.240203
|
||||
7 0.890706 0.230075
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
6 0.881401 0.240203
|
||||
5 0.988599 0.230075
|
||||
8 0.997904 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
9 0.997904 0.124432
|
||||
5 0.988599 0.230075
|
||||
3 0.988599 0.182318
|
||||
10 0.988599 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
5 0.988599 0.230075
|
||||
9 0.997904 0.124432
|
||||
8 0.997904 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
11 0.881401 0.124432
|
||||
10 0.988599 0.134561
|
||||
1 0.939653 0.134561
|
||||
12 0.890706 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
10 0.988599 0.134561
|
||||
11 0.881401 0.124432
|
||||
9 0.997904 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
4 0.890706 0.182318
|
||||
7 0.890706 0.230075
|
||||
11 0.881401 0.124432
|
||||
12 0.890706 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
11 0.881401 0.124432
|
||||
7 0.890706 0.230075
|
||||
6 0.881401 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
13 0.997904 0.124432
|
||||
14 0.881401 0.240203
|
||||
15 0.997904 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
14 0.881401 0.240203
|
||||
13 0.997904 0.124432
|
||||
16 0.881401 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
13 0.997904 0.124432
|
||||
8 0.997904 0.240203
|
||||
9 0.997904 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
8 0.997904 0.240203
|
||||
13 0.997904 0.124432
|
||||
15 0.997904 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
6 0.881401 0.240203
|
||||
16 0.881401 0.124432
|
||||
11 0.881401 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
16 0.881401 0.124432
|
||||
6 0.881401 0.240203
|
||||
14 0.881401 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
8 0.997904 0.240203
|
||||
14 0.881401 0.240203
|
||||
6 0.881401 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
14 0.881401 0.240203
|
||||
8 0.997904 0.240203
|
||||
15 0.997904 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
13 0.997904 0.124432
|
||||
11 0.881401 0.124432
|
||||
16 0.881401 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
11 0.881401 0.124432
|
||||
13 0.997904 0.124432
|
||||
9 0.997904 0.124432
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "ngear_unlk2"
|
||||
loc 0.000100939 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 17
|
||||
-0.595319 0.0143471 -0.146216
|
||||
-0.593706 0.0078764 -0.146216
|
||||
-0.595319 0.0143471 -0.138778
|
||||
-0.596932 0.0208168 -0.146216
|
||||
-0.595319 0.0143471 -0.153654
|
||||
-0.598553 0.0052109 -0.155068
|
||||
-0.594699 0.0061722 -0.137364
|
||||
-0.598553 0.0052109 -0.137364
|
||||
-0.594699 0.0061722 -0.155068
|
||||
-0.598609 0.0218563 -0.155068
|
||||
-0.602463 0.020895 -0.137364
|
||||
-0.598609 0.0218563 -0.137364
|
||||
-0.602463 0.020895 -0.155068
|
||||
-0.593706 0.0078764 -0.138778
|
||||
-0.596932 0.0208168 -0.153654
|
||||
-0.596932 0.0208168 -0.138778
|
||||
-0.593706 0.0078764 -0.153654
|
||||
numsurf 19
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 6
|
||||
2 0.890526 0.182318
|
||||
0 0.939473 0.182318
|
||||
4 0.98842 0.182318
|
||||
14 0.98842 0.230075
|
||||
3 0.939473 0.230075
|
||||
15 0.890526 0.230075
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
5 0.997725 0.124432
|
||||
6 0.881221 0.124432
|
||||
7 0.881221 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
6 0.881221 0.124432
|
||||
5 0.997725 0.124432
|
||||
8 0.997725 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
9 0.997725 0.240203
|
||||
10 0.881221 0.240203
|
||||
11 0.881221 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
10 0.881221 0.240203
|
||||
9 0.997725 0.240203
|
||||
12 0.997725 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
11 0.881221 0.240203
|
||||
7 0.881221 0.124432
|
||||
6 0.881221 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
7 0.881221 0.124432
|
||||
11 0.881221 0.240203
|
||||
10 0.881221 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
5 0.997725 0.124432
|
||||
9 0.997725 0.240203
|
||||
8 0.997725 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
9 0.997725 0.240203
|
||||
5 0.997725 0.124432
|
||||
12 0.997725 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
5 0.997725 0.124432
|
||||
10 0.881221 0.240203
|
||||
12 0.997725 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
10 0.881221 0.240203
|
||||
5 0.997725 0.124432
|
||||
7 0.881221 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
2 0.890526 0.182318
|
||||
15 0.890526 0.230075
|
||||
6 0.881221 0.124432
|
||||
13 0.890526 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
6 0.881221 0.124432
|
||||
15 0.890526 0.230075
|
||||
11 0.881221 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
6 0.881221 0.124432
|
||||
16 0.98842 0.134561
|
||||
1 0.939473 0.134561
|
||||
13 0.890526 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
16 0.98842 0.134561
|
||||
6 0.881221 0.124432
|
||||
8 0.997725 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
8 0.997725 0.124432
|
||||
14 0.98842 0.230075
|
||||
4 0.98842 0.182318
|
||||
16 0.98842 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
14 0.98842 0.230075
|
||||
8 0.997725 0.124432
|
||||
9 0.997725 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
3 0.939473 0.230075
|
||||
14 0.98842 0.230075
|
||||
11 0.881221 0.240203
|
||||
15 0.890526 0.230075
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
11 0.881221 0.240203
|
||||
14 0.98842 0.230075
|
||||
9 0.997725 0.240203
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "lgear_unlk2"
|
||||
loc 0.000100939 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 17
|
||||
-0.595319 0.0143471 -0.125764
|
||||
-0.593706 0.0078764 -0.125764
|
||||
-0.596932 0.0208168 -0.125764
|
||||
-0.595319 0.0143471 -0.133202
|
||||
-0.595319 0.0143471 -0.118326
|
||||
-0.596932 0.0208168 -0.133202
|
||||
-0.598609 0.0218563 -0.116912
|
||||
-0.596932 0.0208168 -0.118326
|
||||
-0.598609 0.0218563 -0.134616
|
||||
-0.594699 0.0061722 -0.134616
|
||||
-0.593706 0.0078764 -0.133202
|
||||
-0.594699 0.0061722 -0.116912
|
||||
-0.593706 0.0078764 -0.118326
|
||||
-0.598553 0.0052109 -0.134616
|
||||
-0.602463 0.020895 -0.116912
|
||||
-0.602463 0.020895 -0.134616
|
||||
-0.598553 0.0052109 -0.116912
|
||||
numsurf 19
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 6
|
||||
5 0.988785 0.230075
|
||||
2 0.939838 0.230075
|
||||
7 0.890891 0.230075
|
||||
4 0.890891 0.182318
|
||||
0 0.939838 0.182318
|
||||
3 0.988785 0.182318
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
2 0.939838 0.230075
|
||||
5 0.988785 0.230075
|
||||
6 0.881586 0.240203
|
||||
7 0.890891 0.230075
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
6 0.881586 0.240203
|
||||
5 0.988785 0.230075
|
||||
8 0.99809 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
9 0.99809 0.124432
|
||||
5 0.988785 0.230075
|
||||
3 0.988785 0.182318
|
||||
10 0.988785 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
5 0.988785 0.230075
|
||||
9 0.99809 0.124432
|
||||
8 0.99809 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
11 0.881586 0.124432
|
||||
10 0.988785 0.134561
|
||||
1 0.939838 0.134561
|
||||
12 0.890891 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
10 0.988785 0.134561
|
||||
11 0.881586 0.124432
|
||||
9 0.99809 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 4
|
||||
4 0.890891 0.182318
|
||||
7 0.890891 0.230075
|
||||
11 0.881586 0.124432
|
||||
12 0.890891 0.134561
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
11 0.881586 0.124432
|
||||
7 0.890891 0.230075
|
||||
6 0.881586 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
13 0.99809 0.124432
|
||||
14 0.881586 0.240203
|
||||
15 0.99809 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
14 0.881586 0.240203
|
||||
13 0.99809 0.124432
|
||||
16 0.881586 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
13 0.99809 0.124432
|
||||
8 0.99809 0.240203
|
||||
9 0.99809 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
8 0.99809 0.240203
|
||||
13 0.99809 0.124432
|
||||
15 0.99809 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
6 0.881586 0.240203
|
||||
16 0.881586 0.124432
|
||||
11 0.881586 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
16 0.881586 0.124432
|
||||
6 0.881586 0.240203
|
||||
14 0.881586 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
8 0.99809 0.240203
|
||||
14 0.881586 0.240203
|
||||
6 0.881586 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
14 0.881586 0.240203
|
||||
8 0.99809 0.240203
|
||||
15 0.99809 0.240203
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
13 0.99809 0.124432
|
||||
11 0.881586 0.124432
|
||||
16 0.881586 0.124432
|
||||
SURF 0x30
|
||||
mat 3
|
||||
refs 3
|
||||
11 0.881586 0.124432
|
||||
13 0.99809 0.124432
|
||||
9 0.99809 0.124432
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "dec_max2"
|
||||
loc 0.000188796 -0.00037 0
|
||||
loc 0.000108985 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 5
|
||||
|
@ -40,7 +547,7 @@ refs 5
|
|||
kids 0
|
||||
OBJECT poly
|
||||
name "dec_low2"
|
||||
loc 0.000188796 -0.00037 0
|
||||
loc 0.000108985 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 5
|
||||
|
@ -61,7 +568,7 @@ refs 5
|
|||
kids 0
|
||||
OBJECT poly
|
||||
name "dec_med2"
|
||||
loc 0.000188617 -0.000369951 -0.018142
|
||||
loc 0.000108806 -0.000369951 -0.018142
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 5
|
||||
|
@ -82,7 +589,7 @@ refs 5
|
|||
kids 0
|
||||
OBJECT poly
|
||||
name "abs_med2"
|
||||
loc 0.000188796 -0.00037 0
|
||||
loc 0.000108985 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 17
|
||||
|
@ -228,7 +735,7 @@ refs 3
|
|||
kids 0
|
||||
OBJECT poly
|
||||
name "abs_max2"
|
||||
loc 0.000188796 -0.00037 0
|
||||
loc 0.000108985 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 17
|
||||
|
@ -374,7 +881,7 @@ refs 3
|
|||
kids 0
|
||||
OBJECT poly
|
||||
name "abs_low2"
|
||||
loc 0.000188796 -0.00037 0
|
||||
loc 0.000108985 -0.00037 0
|
||||
texture "main_labels2.png"
|
||||
crease 45.000000
|
||||
numvert 17
|
||||
|
@ -105312,6 +105819,7 @@ refs 3
|
|||
kids 0
|
||||
OBJECT poly
|
||||
name "lgear_unlk"
|
||||
loc 0 -2.91038e-011 0
|
||||
texture "main_labels.png"
|
||||
crease 45.000000
|
||||
numvert 17
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 94 KiB |
|
@ -1 +1 @@
|
|||
2025
|
||||
2026
|
Reference in a new issue