Does anyone have good resources on 3D procedural generation of terrain or fractal terrain generation? [closed]
Asked Answered
F

4

10

See title. Any help is appreciated!

Frontpage answered 17/12, 2010 at 23:6 Comment(0)
F
4

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

Futuristic answered 17/12, 2010 at 23:36 Comment(0)
G
2

Libnoise has a very nice terrain example.

Gerry answered 18/12, 2010 at 1:26 Comment(0)
W
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.

Wilmerwilmette answered 11/8, 2014 at 1:39 Comment(0)
P
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

Presentative answered 11/8, 2014 at 13:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.