home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Zone
/
VRZONE.ISO
/
mac
/
PC
/
REND386
/
UTILS
/
OGRE41
/
1701.OSF
< prev
next >
Wrap
Text File
|
1993-04-06
|
1KB
|
62 lines
# 244 Vertices
# 190 Polygons
# OGRE Script File for the old USS Enterprise
OBJECT ncc1701
OBJECT saucer
OBJECT body
OBJECT neck
OBJECT eng1
OBJECT eng2
OBJECT struts
OBJECT strut1
OBJECT strut2
# Create the saucer section
saucer = revolution 10 23 12 40 [ 50 80 80 135 155 170 180 215 275 500 615 635 615 610 300 250 215 190 150 130 95 75 50 ]
saucer = trans saucer 400 300 0
# Create the body of the ship
body = cylinder 100 100 1000 12
body = rotz body 90
body = trans body -100 0 0
ncc1701 = merge saucer body
# Create a connection between body and saucer
neck = cylinder 60 100 250 12
neck = trans neck 0 125 0
neck = rotz neck -25
neck = trans neck 300 0 0
ncc1701 = merge ncc1701 neck
# Create the 2 engine sections
eng1 = cylinder 100 60 800 12
eng1 = rotz eng1 90
eng2 = copy eng1
eng1 = trans eng1 -800 400 -300
eng2 = trans eng2 -800 400 300
ncc1701 = merge ncc1701 eng1
ncc1701 = merge ncc1701 eng2
# Attach engines to body
strut1 = cylinder 40 40 550 4
strut1 = trans strut1 0 300 0
strut2 = copy strut1
strut1 = rotx strut1 30
strut2 = rotx strut2 -30
struts = merge strut1 strut2
struts = rotz struts 45
struts = trans struts -400 0 0
ncc1701 = merge ncc1701 struts
# Save file
savePLG ncc1701 1701.plg