This prograqm creates and molds a matrix from the data you type in.
make matrix 1,1000.0,1000.0,8,8
x=0;z=0;sync on
do:read a:set matrix height 1,x,z,a
x = x + 1:if z = 8 and x = 8 then exit
if x = 8 then x = 0; z = z + 1:sync
loop:update matrix 1;do
if upkey()=1 then move camera 10
if downkey()=1 then move camera -10
if leftkey()=1 then turn camera left 5
if rightkey()=1 then turn camera right 5
x# = camera position x():z# = camera position z():y# = get ground height(1,x#,z#):position camera x#,y#+5,z#:sync:loop
data 1,1,1,1,1,1,1,1
data 1,10,10,10,10,10,10,1
data 1,10,50,50,50,50,10,1
data 1,10,50,200,200,50,10,1
data 1,10,50,200,200,50,10,1
data 1,10,50,50,50,50,10,1
data 1,10,10,10,10,10,10,1
data 1,1,1,1,1,1,1,1
JetRace coming. Watch out!