This Craft is made entirely from spheres
from craft.inc
'CRAFT MAIN BODY
glPushMatrix
glTranslatef -.5,-1.,-8.0
glRotatef ang1,0,1,0
glRotatef 10.,1,0,0
glScalef 3.,.5,1.
AlloyMaterial.act
glCallList sphere
'
'FIN
glpushMatrix
glTranslatef -.5,.2,.0
glScalef .4,.89,.15
glCallList sphere
glPopMatrix
'WINGS
glpushMatrix
glTranslatef .2,.2,.0
glScalef .25,.3,3
glCallList sphere
glPopMatrix
'TAIL
glpushMatrix
glTranslatef -.75,.2,.0
glScalef .125,.15,1.5
glCallList sphere
glPopMatrix
'CABIN
glTranslatef .4,.5,.0
glScalef .5,.5,.5
BlackShinyMaterial.act
glCallList sphere
glPopMatrix
'
X