Start on some basic 3D panel instruments. For now, just reuse
textures that are already sitting around for the 2D panel. Many of the instruments are not yet functional.
This commit is contained in:
parent
a724d92bd4
commit
1f580c8abc
27 changed files with 485 additions and 0 deletions
22
Aircraft/Instruments-3d/adf/adf.ac
Normal file
22
Aircraft/Instruments-3d/adf/adf.ac
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "Plane"
|
||||
texture "/home/david/src/blender/Instruments/adf/adf.rgb"
|
||||
texrep 1 1
|
||||
numvert 4
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.900390625 0.900390625
|
||||
3 0.09375 0.900390625
|
||||
2 0.09375 0.09375
|
||||
1 0.900390625 0.09375
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/adf/adf.rgb
Normal file
BIN
Aircraft/Instruments-3d/adf/adf.rgb
Normal file
Binary file not shown.
9
Aircraft/Instruments-3d/adf/adf.xml
Normal file
9
Aircraft/Instruments-3d/adf/adf.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>adf.ac</path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
31
Aircraft/Instruments-3d/ai/ai.ac
Normal file
31
Aircraft/Instruments-3d/ai/ai.ac
Normal file
|
@ -0,0 +1,31 @@
|
|||
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
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "/home/david/src/blender/Instruments/ai/ai.rgb"
|
||||
texrep 1 1
|
||||
numvert 6
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
0 0 0.04
|
||||
0 0 -0.04
|
||||
numsurf 2
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.8828125 0.8828125
|
||||
3 0.11328125 0.8828125
|
||||
4 0.11328125 0.498046875
|
||||
5 0.8828125 0.498046875
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
4 0.11328125 0.498046875
|
||||
2 0.11328125 0.11328125
|
||||
1 0.8828125 0.11328125
|
||||
5 0.8828125 0.498046875
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/ai/ai.rgb
Normal file
BIN
Aircraft/Instruments-3d/ai/ai.rgb
Normal file
Binary file not shown.
21
Aircraft/Instruments-3d/ai/ai.xml
Normal file
21
Aircraft/Instruments-3d/ai/ai.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>ai.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Face</object-name>
|
||||
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
|
||||
<factor>-1</factor>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
22
Aircraft/Instruments-3d/alt/alt.ac
Normal file
22
Aircraft/Instruments-3d/alt/alt.ac
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "Plane"
|
||||
texture "/home/david/src/blender/Instruments/alt/alt.rgb"
|
||||
texrep 1 1
|
||||
numvert 4
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.994140625 0.994140625
|
||||
3 0.0 0.994140625
|
||||
2 0.0 0.0
|
||||
1 0.994140625 0.0
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/alt/alt.rgb
Normal file
BIN
Aircraft/Instruments-3d/alt/alt.rgb
Normal file
Binary file not shown.
9
Aircraft/Instruments-3d/alt/alt.xml
Normal file
9
Aircraft/Instruments-3d/alt/alt.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>alt.ac</path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
68
Aircraft/Instruments-3d/asi/asi.ac
Normal file
68
Aircraft/Instruments-3d/asi/asi.ac
Normal file
|
@ -0,0 +1,68 @@
|
|||
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
|
||||
OBJECT world
|
||||
kids 2
|
||||
OBJECT poly
|
||||
name "Needle"
|
||||
numvert 9
|
||||
0.002501 0.017596 -0.001537
|
||||
0.002501 -0.008971 -0.001537
|
||||
0.002501 -0.008971 0.001537
|
||||
0.002501 0.017596 0.001537
|
||||
0.002501 0.02208 0.000726
|
||||
0.002501 0.02208 -0.000726
|
||||
0.002501 0.034154 -0.000726
|
||||
0.002501 0.034154 0.000726
|
||||
0.002501 0.037949 0
|
||||
numsurf 5
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0 0
|
||||
3 0 0
|
||||
2 0 0
|
||||
1 0 0
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
3 0 0
|
||||
0 0 0
|
||||
5 0 0
|
||||
4 0 0
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 3
|
||||
5 0 0
|
||||
6 0 0
|
||||
8 0 0
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 3
|
||||
8 0 0
|
||||
7 0 0
|
||||
4 0 0
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 3
|
||||
8 0 0
|
||||
4 0 0
|
||||
5 0 0
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "/home/david/src/blender/Instruments/asi/asi.rgb"
|
||||
texrep 1 1
|
||||
numvert 4
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.94140625 0.94140625
|
||||
3 0.05078125 0.94140625
|
||||
2 0.05078125 0.05078125
|
||||
1 0.94140625 0.05078125
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/asi/asi.rgb
Normal file
BIN
Aircraft/Instruments-3d/asi/asi.rgb
Normal file
Binary file not shown.
31
Aircraft/Instruments-3d/asi/asi.xml
Normal file
31
Aircraft/Instruments-3d/asi/asi.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>asi.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Needle</object-name>
|
||||
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
||||
<interpolation>
|
||||
<entry><ind> 10</ind><dep> 3</dep></entry>
|
||||
<entry><ind> 40</ind><dep> 38</dep></entry>
|
||||
<entry><ind> 60</ind><dep> 85</dep></entry>
|
||||
<entry><ind> 80</ind><dep> 146</dep></entry>
|
||||
<entry><ind> 100</ind><dep> 198</dep></entry>
|
||||
<entry><ind> 120</ind><dep> 236</dep></entry>
|
||||
<entry><ind> 140</ind><dep> 274</dep></entry>
|
||||
<entry><ind> 160</ind><dep> 313</dep></entry>
|
||||
<entry><ind> 190</ind><dep> 353</dep></entry>
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
32
Aircraft/Instruments-3d/hi/hi.ac
Normal file
32
Aircraft/Instruments-3d/hi/hi.ac
Normal file
|
@ -0,0 +1,32 @@
|
|||
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 "Face" rgb 0.8 0.8 0.8 amb 0.5 0.5 0.5 emis 0.25 0.25 0.25 spec 1 1 1 shi 72 trans 0
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "/home/david/src/blender/Instruments/hi/hi.rgb"
|
||||
texrep 1 1
|
||||
numvert 6
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
0 0 0.04
|
||||
0 0 -0.04
|
||||
numsurf 2
|
||||
SURF 0x00
|
||||
mat 1
|
||||
refs 4
|
||||
0 0.90234375 0.90234375
|
||||
3 0.091796875 0.90234375
|
||||
4 0.091796875 0.4970703125
|
||||
5 0.90234375 0.4970703125
|
||||
SURF 0x00
|
||||
mat 1
|
||||
refs 4
|
||||
4 0.091796875 0.4970703125
|
||||
2 0.091796875 0.091796875
|
||||
1 0.90234375 0.091796875
|
||||
5 0.90234375 0.4970703125
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/hi/hi.rgb
Normal file
BIN
Aircraft/Instruments-3d/hi/hi.rgb
Normal file
Binary file not shown.
21
Aircraft/Instruments-3d/hi/hi.xml
Normal file
21
Aircraft/Instruments-3d/hi/hi.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>hi.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Face</object-name>
|
||||
<property>/instrumentation/heading-indicator/indicated-heading-deg</property>
|
||||
<factor>-1</factor>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
45
Aircraft/Instruments-3d/tach/tach.ac
Normal file
45
Aircraft/Instruments-3d/tach/tach.ac
Normal file
|
@ -0,0 +1,45 @@
|
|||
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
|
||||
OBJECT world
|
||||
kids 2
|
||||
OBJECT poly
|
||||
name "Needle"
|
||||
numvert 5
|
||||
0.002518 0.024456 -0.001291
|
||||
0.002518 -0.011692 -0.001291
|
||||
0.002518 -0.011692 0.001291
|
||||
0.002518 0.024456 0.001291
|
||||
0.002518 0.027216 0
|
||||
numsurf 2
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0 0
|
||||
3 0 0
|
||||
2 0 0
|
||||
1 0 0
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 3
|
||||
3 0 0
|
||||
0 0 0
|
||||
4 0 0
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "/home/david/src/blender/Instruments/tach/tach.rgb"
|
||||
texrep 1 1
|
||||
numvert 4
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.994140625 0.994140625
|
||||
3 0.0 0.994140625
|
||||
2 0.0 0.0
|
||||
1 0.994140625 0.0
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/tach/tach.rgb
Normal file
BIN
Aircraft/Instruments-3d/tach/tach.rgb
Normal file
Binary file not shown.
31
Aircraft/Instruments-3d/tach/tach.xml
Normal file
31
Aircraft/Instruments-3d/tach/tach.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>tach.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Needle</object-name>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<interpolation>
|
||||
<entry><ind> 0.0</ind><dep>-128.6 </dep></entry>
|
||||
<entry><ind> 0.1</ind><dep>-123.85</dep></entry>
|
||||
<entry><ind> 500.0</ind><dep> -92.85</dep></entry>
|
||||
<entry><ind> 1000.0</ind><dep> -57.1 </dep></entry>
|
||||
<entry><ind> 1500.0</ind><dep> -21.1 </dep></entry>
|
||||
<entry><ind> 2000.0</ind><dep> 15.4 </dep></entry>
|
||||
<entry><ind> 2500.0</ind><dep> 51.4 </dep></entry>
|
||||
<entry><ind> 3000.0</ind><dep> 87.4 </dep></entry>
|
||||
<entry><ind> 3500.0</ind><dep> 123.4 </dep></entry>
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
22
Aircraft/Instruments-3d/tc/tc.ac
Normal file
22
Aircraft/Instruments-3d/tc/tc.ac
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "Plane"
|
||||
texture "/home/david/src/blender/Instruments/tc/tc.rgb"
|
||||
texrep 1 1
|
||||
numvert 4
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.9921875 0.9921875
|
||||
3 0.001953125 0.9921875
|
||||
2 0.001953125 0.001953125
|
||||
1 0.9921875 0.001953125
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/tc/tc.rgb
Normal file
BIN
Aircraft/Instruments-3d/tc/tc.rgb
Normal file
Binary file not shown.
9
Aircraft/Instruments-3d/tc/tc.xml
Normal file
9
Aircraft/Instruments-3d/tc/tc.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>tc.ac</path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
22
Aircraft/Instruments-3d/vor/vor.ac
Normal file
22
Aircraft/Instruments-3d/vor/vor.ac
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "Plane"
|
||||
texture "/home/david/src/blender/Instruments/vor/vor.rgb"
|
||||
texrep 1 1
|
||||
numvert 4
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.970703125 0.970703125
|
||||
3 0.0234375 0.970703125
|
||||
2 0.0234375 0.0234375
|
||||
1 0.970703125 0.0234375
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/vor/vor.rgb
Normal file
BIN
Aircraft/Instruments-3d/vor/vor.rgb
Normal file
Binary file not shown.
9
Aircraft/Instruments-3d/vor/vor.xml
Normal file
9
Aircraft/Instruments-3d/vor/vor.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>vor.ac</path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
50
Aircraft/Instruments-3d/vsi/vsi.ac
Normal file
50
Aircraft/Instruments-3d/vsi/vsi.ac
Normal file
|
@ -0,0 +1,50 @@
|
|||
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
|
||||
OBJECT world
|
||||
kids 2
|
||||
OBJECT poly
|
||||
name "Needle"
|
||||
numvert 5
|
||||
0.002535 0.001239 -0.013958
|
||||
0.002535 -0.001239 -0.013958
|
||||
0.002535 -0.001239 0.027412
|
||||
0.002535 0.001239 0.027412
|
||||
0.002535 0 0.029481
|
||||
numsurf 3
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 3
|
||||
0 0 0
|
||||
3 0 0
|
||||
4 0 0
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 3
|
||||
4 0 0
|
||||
2 0 0
|
||||
1 0 0
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 3
|
||||
1 0 0
|
||||
0 0 0
|
||||
4 0 0
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "/home/david/src/blender/Instruments/vsi/vsi.rgb"
|
||||
texrep 1 1
|
||||
numvert 4
|
||||
0 0.04 -0.04
|
||||
0 -0.04 -0.04
|
||||
0 -0.04 0.04
|
||||
0 0.04 0.04
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.984375 0.984375
|
||||
3 0.0078125 0.984375
|
||||
2 0.0078125 0.0078125
|
||||
1 0.984375 0.0078125
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/vsi/vsi.rgb
Normal file
BIN
Aircraft/Instruments-3d/vsi/vsi.rgb
Normal file
Binary file not shown.
31
Aircraft/Instruments-3d/vsi/vsi.xml
Normal file
31
Aircraft/Instruments-3d/vsi/vsi.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>vsi.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Needle</object-name>
|
||||
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
|
||||
<interpolation>
|
||||
<entry><ind> -2000.0</ind><dep>-173.5</dep></entry>
|
||||
<entry><ind> -1500.0</ind><dep>-131.5</dep></entry>
|
||||
<entry><ind> -1000.0</ind><dep> -81.5</dep></entry>
|
||||
<entry><ind> -500.0</ind><dep> -35.3</dep></entry>
|
||||
<entry><ind> 0.0</ind><dep> 0.0</dep></entry>
|
||||
<entry><ind> 500.0</ind><dep> 35.7</dep></entry>
|
||||
<entry><ind> 1000.0</ind><dep> 81.5</dep></entry>
|
||||
<entry><ind> 1500.0</ind><dep> 131.0</dep></entry>
|
||||
<entry><ind> 2000.0</ind><dep> 172.9</dep></entry>
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
Loading…
Reference in a new issue