Okay, I have some procedurally generated terrain (based loosely on http://www.swiftless.com/terraintuts.html)
Ive got a teapot "plane" which you can fly around in (third person camera)
Basically, the aim is to fly through the valleys etc... without crashing.
What I cant work out is how to calculate whether you have collided with the terrain or not?
Any ideas?