Namespace TerraProc.Core.Noise
Classes
NoiseProviderExtensions
Extension methods for INoiseProvider to support advanced noise sampling techniques.
PerlinNoise
Perlin noise implementation.
ValueNoise
Simple value noise implementation that provides consistent pseudo-random values based on input coordinates and a seed.
Interfaces
INoiseSource
Noise source interface. Represents a source of noise that can be sampled at given 2D coordinates.