The Wizards Wiki

Explore your world

User Tools

Site Tools


documentation:terrain:procedural_terraingeneration:islandgeneration

This is an old revision of the document!


Island Generation

Using Perturbalence

 perturbulance in the middle and some noise functions to add some terrain features Perturbulance is an noise function, where you give a position and a distance from this point. It will then calculate a pseudo-Random point with in the distance. The nice thing about this in relation to island creation is ,that an island is an central point where the further you go the lower it gets. This generates a basic island where the terrain is high in the middle and low ad the endges. Then using some noise functions to generate some more terrain like features gives an pretty decent start for the island.







Smoothing out the sea

Smoothing out the ocean floor The sea is still to rough to be a real island and on some point a bit to deep. So the next thing that is needed is checking which point go lower that the lowest low and change their height. To smooth out the underwater terrain we'll add some hydrolic errosion.

documentation/terrain/procedural_terraingeneration/islandgeneration.1293050844.txt.gz · Last modified: 2024/08/26 13:27 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki