here is a 4 line warping spiral called SuperString Theory.
offset axis are so nice to work with.
enjoy. geecee3
set display mode 1024,768,32 : hide mouse : backdrop on : color backdrop rgb (0,0,0) : fog on : fog color rgb(0,0,0) : fog distance 200 : sync on : sync rate 0 : autocam off : position camera 0,200,0 : point camera 0,0,0 : set ambient light 0
make object cube 1000,3 : offset limb 1000,0,-40,0,0 : position object 1000,0,0,0 : set point light 0,-100,200,0 : color light 0,rgb(255,0,0) : make light 1 : set point light 1,100,200,0 : color light 1,rgb(0,0,255) :rot=0 : rotinc = 10 : rotmax = 359
for j=1 to 280 : if rot>rotmax : rot = 0 : endif : clone object j,1000 : rotate object j,270,rot,45+rot : position object j,0,j-140,0 : fix object pivot j : scale object j,100,100,100 : rot = rot + 10 : next j : hide object 1000
do : for j = 1 to 280 : rotate object j,0.1,2,0.11 : fix object pivot j : position object j,0,j-140,0 : next j : set cursor 20,10 : print "super $ Theory, geecee3 2004" : roll camera left 0.25 : sync : loop : end