Do you know what a matrix is?
if not its pretty much a wireframe, that usually is made to represent terrain.
To stop from just going through the matrix use this:
sync on : sync rate 0
hide mouse : autocam off
make matrix 1, 1000, 1000, 20, 20
SET MATRIX HEIGHT 1, 10, 10, 50
SET MATRIX HEIGHT 1, 9, 9, 50
SET MATRIX HEIGHT 1, 10, 9, 50
SET MATRIX HEIGHT 1, 9, 10, 50
update matrix 1
position matrix 1, -500,0,-500
do
control camera using arrowkeys 0, 1, .5
position camera camera position x(), get ground height(1,camera position x()+500,camera position z()+500)+5, camera position z()
sync
loop
hope that helps, and im not much of a 2D person, so sry cant really help u there
Video games…they can take you places unreachable, impossible, unfeasible. They put you in the book...they put you in the movie...they put you in a world, a world that before could only be imagined.