PDA

View Full Version : Terrain Explorer



wraggster
July 27th, 2008, 22:10
Heres a New Windows XNA project:


Terrain Explorer is a terrain renderer built using XNA 2.0. It uses a custom version of Chunked LOD to dynamically manage the resolution of the terrain based on the viewer's position and the complexity of the geometry. It minimizes the amount of geometry stored in memory by creating a single small grid and dynamically displacing it in a vertex shader to draw each terrain chunk using vertex texture fetches. The terrain is also dynamically normal mapped.

Finally, it has a rudimentary grass renderer in place that will render grass if the camera is in close enough proximity.

In future versions, real-time water and some sort of sky (ideally atmospheric scattering) will be included.

I've included the full source to the project and all the project files in the belief that I should give a little back to a community from which I've learned a lot.

http://www.gameprojects.com/project/?id=e835ec092e