sync rate 0
sync on
make matrix 1,100,100,10,10
position matrix 1,-50,0,-50
Make object Plain 2,2,2
rem plains have one visible face spin it round
rotate object 2,0,180,0
fix object pivot 2
disable object zdepth 2
Lock object on 2
rem once its locked u take the camera 0,0,0 as the new objects 0,0,0
position object 2,0,0,10
color object 2,rgb(255,0,0)
rem use camera 0 to test stuff with and set up the
camera and object locations to a smaller worldspace until
rem u start to fathom 3d space and locations
position camera 0,0,10,0
POINT CAMERA 0,0,0,0
do
control camera using arrowkeys 0,0.1,0.1
sync
loop