Start an analog clock (face only for now; not functional).
This commit is contained in:
parent
557737666f
commit
39b7c1ddbd
3 changed files with 31 additions and 0 deletions
22
Aircraft/Instruments-3d/clock/clock.ac
Normal file
22
Aircraft/Instruments-3d/clock/clock.ac
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
AC3Db
|
||||||
|
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 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/clock/clock.rgb"
|
||||||
|
texrep 1 1
|
||||||
|
numvert 4
|
||||||
|
0 0.026 -0.026
|
||||||
|
0 -0.026 -0.026
|
||||||
|
0 -0.026 0.026
|
||||||
|
0 0.026 0.026
|
||||||
|
numsurf 1
|
||||||
|
SURF 0x00
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
0 1.0 1.0
|
||||||
|
3 0.0 1.0
|
||||||
|
2 0.0 0.0
|
||||||
|
1 1.0 0.0
|
||||||
|
kids 0
|
BIN
Aircraft/Instruments-3d/clock/clock.rgb
Normal file
BIN
Aircraft/Instruments-3d/clock/clock.rgb
Normal file
Binary file not shown.
9
Aircraft/Instruments-3d/clock/clock.xml
Normal file
9
Aircraft/Instruments-3d/clock/clock.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<path>clock.ac</path>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue