10

See title. Any help is appreciated!

Xavier
  • 8,828
  • 13
  • 64
  • 98

4 Answers4

4

Search for Perlin Noise and you should get some hints for Terrain Generation.

boop
  • 7,413
  • 13
  • 50
  • 94
epatel
  • 45,805
  • 17
  • 110
  • 144
2

Libnoise has a very nice terrain example.

timday
  • 24,582
  • 12
  • 83
  • 135
0

The book Texturing & Modeling: A Procedural Approach by Ebert, Musgrave, Peachey, Perlin, Worley has a couple of chapters about fractals and terrain creation. The book comes with sample code for fBm terrain creation written by Musgrave, using the Perlin noise function. I've used it for teaching as a reasonably simple program that's easy to play with.

Hugh Fisher
  • 2,321
  • 13
  • 8
0

Check IƱigo Quilez (expert in this specific field) tutorials here (terrain ray-marching) : http://www.iquilezles.org/www/index.htm http://www.iquilezles.org/www/articles/terrainmarching/terrainmarching.htm

He also has an awesome WebGL shader editor (shadertoy) and this specific example may also be of interest : https://www.shadertoy.com/view/XsX3RB