... hab am rechten würfel von ove noch ein wenig gebastelt (ich denk, jetzt siehts so aus wie auf dem bild)
@ ove: das mit dem "for i=-1 to 1 step 2" ist echt clever, hoffentlich kann ich mir's merken 😉
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">
for j=0 to 2
for i=-1 to 1 step 2
mulz i
PYRAMID 4, a/2, 1+4+16, ! sqr(a/2)
-a/2,-a/2,0,
-a/2,a/2,0,
a/2,a/2,0,
a/2,-a/2,0
del 1
next i
rotx 90
roty 90
next j
endif