Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

Update OpenSimplex noise 3D with new gradient set from SuperSimplex noise

KdotJPG opened this issue ยท 6 comments

commented

The 2D OpenSimplex noise is using the new normalized-expanded-vertex-figure gradient set, but the 3D noise is still using the old skewed-expanded-hypercube gradient set. Updating the gradient set should improve isotropy throughout all three dimensions.

I will add this in, and compute the new normalization factor for it.

commented

Sounds interesting... I'm assuming this won't have any effect on anything existing because RTG isn't using 3D noise yet. Is that right?

commented

RTG is using 3D noise to generate the block arrangement patterns on the surface, so that steep slopes don't "stretch" the patterns.

commented

So, fewer predictable patterns and direction biases in the surface patterns?

commented

Any progress to report @KdotJPG ?

commented

Going to include this with the new biome system once that's finally ready.

EDIT: Since that'll require some additions to the noise generator anyway.

commented

Added in 2db7827