The Infinite Procedural Generation Tool generates terrain by combining multiple configurable noises ( perlin, simplex, value).
This can be used to create a finite terrain and export it as a raw height map or, with the tool's built-in chunking system, create an infinite world.
Also included is a custom terrain shader that blends 10 textures based on the height of the terrain.
Comments