Initial attempt at a (flat) AI bypassing the panel code.
This commit is contained in:
parent
1efd590e49
commit
02365a0006
3 changed files with 126 additions and 0 deletions
89
Aircraft/Instruments-3d/attitude-indicator.ac
Normal file
89
Aircraft/Instruments-3d/attitude-indicator.ac
Normal file
|
@ -0,0 +1,89 @@
|
|||
AC3Db
|
||||
MATERIAL "NoName" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0 0 0 shi 72 trans 0
|
||||
OBJECT world
|
||||
kids 5
|
||||
OBJECT poly
|
||||
name "Background"
|
||||
texture "/home/david/src/blender/Instruments/Textures/attitude-indicator.rgb"
|
||||
numvert 4
|
||||
-7.2e-05 -0.037166 -0.038157
|
||||
-7.2e-05 -0.037166 0.036843
|
||||
-7.2e-05 0.037834 0.036843
|
||||
-7.2e-05 0.037834 -0.038157
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.503906 0.003906
|
||||
3 0.503906 0.503906
|
||||
2 0.003906 0.503906
|
||||
1 0.003906 0.003906
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "Float"
|
||||
texture "/home/david/src/blender/Instruments/Textures/attitude-indicator.rgb"
|
||||
numvert 4
|
||||
0.001422 -0.018106 -0.029359
|
||||
0.001422 -0.018106 0.02871
|
||||
0.001422 0.021097 0.02871
|
||||
0.001422 0.021097 -0.029359
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.875 0.003906
|
||||
3 0.875 0.253906
|
||||
2 0.503906 0.253906
|
||||
1 0.503906 0.003906
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "Scale"
|
||||
texture "/home/david/src/blender/Instruments/Textures/attitude-indicator.rgb"
|
||||
numvert 4
|
||||
0.002915 -0.055916 -0.056907
|
||||
0.002915 -0.055916 0.055593
|
||||
0.002915 0.056584 0.055593
|
||||
0.002915 0.056584 -0.056907
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 1.0 0.5
|
||||
3 1.0 1.0
|
||||
2 0.5 1.0
|
||||
1 0.5 0.5
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "Face"
|
||||
texture "/home/david/src/blender/Instruments/Textures/attitude-indicator.rgb"
|
||||
numvert 4
|
||||
0.005072 -0.037166 -0.038157
|
||||
0.005072 -0.037166 0.036843
|
||||
0.005072 0.037834 0.036843
|
||||
0.005072 0.037834 -0.038157
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.503906 0.5
|
||||
3 0.503906 1.0
|
||||
2 0.003906 1.0
|
||||
1 0.003906 0.5
|
||||
kids 0
|
||||
OBJECT poly
|
||||
name "Markings"
|
||||
texture "/home/david/src/blender/Instruments/Textures/attitude-indicator.rgb"
|
||||
numvert 4
|
||||
0.006902 -0.018106 -0.029359
|
||||
0.006902 -0.018106 0.02871
|
||||
0.006902 0.021097 0.02871
|
||||
0.006902 0.021097 -0.029359
|
||||
numsurf 1
|
||||
SURF 0x00
|
||||
mat 0
|
||||
refs 4
|
||||
0 0.820313 0.253906
|
||||
3 0.820313 0.503906
|
||||
2 0.449219 0.503906
|
||||
1 0.449219 0.253906
|
||||
kids 0
|
BIN
Aircraft/Instruments-3d/attitude-indicator.rgb
Normal file
BIN
Aircraft/Instruments-3d/attitude-indicator.rgb
Normal file
Binary file not shown.
37
Aircraft/Instruments-3d/attitude-indicator.xml
Normal file
37
Aircraft/Instruments-3d/attitude-indicator.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>attitude-indicator.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>range</type>
|
||||
<min-m>0</min-m>
|
||||
<max-m>3</max-m>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Background</object-name>
|
||||
<object-name>Scale</object-name>
|
||||
<object-name>Float</object-name>
|
||||
<property>/orientation/roll-deg</property>
|
||||
<factor>1.0</factor>
|
||||
<axis>
|
||||
<x>1.0</x>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>Float</object-name>
|
||||
<property>/orientation/pitch-deg</property>
|
||||
<factor>-0.0002</factor>
|
||||
<min-m>-0.1</min-m>
|
||||
<max-m>0.1</max-m>
|
||||
<axis>
|
||||
<z>1.0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
Loading…
Reference in a new issue