Tagged Questions
6
votes
2answers
487 views
Cave generation with Perlin worms
I'm currently trying to generate a Minecraft like voxel terrain with 3D Simplex Noise and also want to implement caves.
I found the method of Perlin Worms in this thread, which generates really nice ...
3
votes
1answer
290 views
Simplex Noise flat land and hills
I'm using the simplex noise to create Minecraft like terrain.
I can only achieve hills like this.
Does anyone know how to use simplex to make more dynamic landscapes?