Some semi-random thoughts on terrain generation
[Image: beeea97c622c5614a80371eb0aece7082a3ff1b5...ba5d8f.jpg]

I've rewritten the Noise3D generator and I believe it will be the one Smile

It is now slightly slower, because it uses three 3D and one 2D perlin noises with higher octave count, but I believe it's worth it - it's parametrizable really well:
- One parameter controls the "jaggedness" of the terrain and can range between "plains" and "extreme hills" with quite a fine level of control
- One parameter controls the base height of the terrain. Just enough to make those plateaus high and deserts low.
There are several other tweakable parameters, but those don't need to be touched for the entire range of biomes to be generated.

Now I need your help, guys. The generator is "fixed", in the sense that one set of parameters generates only one "biome style". In order to make the generator adapt to various biomes, I first need to find out what the parameters should be for individual biomes. So I need someone to do the time-consuming job of finding the right parameters for each biome:
0. Set the biome generator to Constant and Height and Composition generators to Noise3D
1. Choose a biome, set it as the ConstantBiome
2. Try guessing a combination of "Noise3DHeightAmplification" and "Noise3DMidPoint" that works well for the biome
3. Generate a terrain using those settings, fly around, have a look if it works
4. If needed, retweak values in 2, delete the world data and go back to 3
5. Post the final values here, preferably with a screenshot

The default parameters of the Noise3D generator are set so that the terrain looks like extreme hills:
[Image: noise3d_hills.jpg]
The values are:
Noise3DHeightAmplification = 0.045
Noise3DMidPoint = 75

I've experimented a bit and found out that the Noise3DHeightAmplification for forest-style biomes should be around 0.2, and for plains-style biomes even a bit higher. So there's your baseline Smile

In the meantime, I'll change the generator to be able to adapt to various biomes.
Reply
Thanks given by:


Messages In This Thread
RE: Some semi-random thoughts on terrain generation - by xoft - 11-09-2014, 11:56 PM



Users browsing this thread: 11 Guest(s)