Namespace TerraProc.Core.Generation
Classes
NoiseTerrainGenerator
Noise-based terrain generator that samples a noise function, with various octave and band transformations.
SimpleNoiseTerrainGenerator
Simple terrain generator that samples a single noise function. It does no octave layering or other complex operations.
Interfaces
ITerrainGenerator
Represents a terrain generator that can produce chunk data for given chunk coordinates.