I use a perlin noise generator to create a map. All works fine and dandy. It uses the following formula:
- Generate perlin noise
- Posterize the height values to be an integer between 0 and 5.
What I get works well. Just, the terrain is TOO organic for my purposes. Is there a way to make it a little more square and chunky?
