----------------------------------------------
A fractal landscape demo using GLUT and OpenGL
----------------------------------------------

This demo is a much extended version of an assignment we (Bjrn and Laurens) had 
to do for Computer Graphics. As it uses OpenGL, it could be used together with 
AllegroGL, though some code will need to be addapted as it currently uses GLUT.


------------
Control keys
------------

W/S: roll forward/backward
A/D: roll left/right
+/-: increase or decrease detail level
r  : generate a new random landscape
q  : quit the program

left mouse  : zoom in
right mouse : zoom out
middle mouse: quit the program


---------------
Additional info
---------------

Please don't blindly copy this code, but let it inspire you if you ever want to 
make nice random landscapes yourself.

When compiling yourself, link with OpenGL and GLUT. Example: "-lglut -lGL".


Bjrn Lindeijer
t.lindeijer@student.rug.nl
