terrain [Previous] results 1 to 7 of 7 [Next]
Fast Computation of Terrain Shadow Maps
http://www.gamedev.net/reference/articles/article1817.asp
A tutorial on the lighting and shadowing aspects of terrain rendering. It presents a simple and elegant solution for terrain self shadowing.
2002-05-14
Terrain Generation Tutorial
http://www.robot-frog.com/3d/hills/index.html
Playing around with the circles algorithm, presented in Lighthouse3D terrain tutorial, Bob Nystrom has come up with very interesting variations including valleys and islands. All packed in a cleanly presented tutorial.
2001-10-31
Modelling Planets
Paul Bourke
http://www.swin.edu.au/astronomy/pbourke/terrain/planets/
An algorithm to create a realistic looking planet is presented by Paul Bourke in this tutorial, together with source code.
2000-11-11
Continuous LOD Terrain Meshing Using Adaptive Quadtrees
http://www.gamasutra.com/features/20000228/ulrich_01.htm
Reviews the problem of terrain rendering namely the memory problem of storing a height field. An algorithm using an adaptive quadtree is then presented. Thatcher Ulrich. Gamasutra.
2000-06-05
Generating Random Fractal Terrain
http://www.gameprogrammer.com/fractal.html
An easy to follow tutorial presenting some of the basic techniques of terrain generation using fractal algorithms. Source code is provided. Paul Martz.
2000-06-05
Terrain Texturing
http://www.tashco.com/terraintexturing.html
An easy to follow tutorial on both terrain generation and texturing. It shows you how to combine two textures using the terrain slope to get an adequate terrain texturing. Pseudo-code is provided.
2000-06-04
Spherical Landscapes
http://freespace.virgin.net/hugo.elias/models/m_landsp.htm
A simple and easy to code method to create 3D planets. Easy to understand and full of illustrations. Hugo Elias.
2000-06-04