Module org.spongepowered.noise


module org.spongepowered.noise
Noise generation library for Java.

noise is based on the libnoise C++ library by Jason Bevins. It is used to generate coherent noise, a type of smoothly-changing noise. It can also generate Perlin noise, ridged multifractal noise, simplex noise, and other types of coherent noise.

See Also: