Uses of Class
org.novyon.noise.basis.Noise

Packages that use Noise
org.novyon.noise.basis   
org.novyon.noise.fractal   
 

Uses of Noise in org.novyon.noise.basis
 

Subclasses of Noise in org.novyon.noise.basis
 class ImprovedNoise
          Perlin's default implementation of Improved Perlin Noise designed to work with Noise base
 class NoiseAggregator
          A simple aggregator basis.
 

Uses of Noise in org.novyon.noise.fractal
 

Subclasses of Noise in org.novyon.noise.fractal
 class FractalSum
          FractalSum is the simplest form of fractal functions summing up a few octaves of the noise value with an ever decreasing (0 < roughness < 1) amplitude lacunarity = 2.0f is the classical octave distance Note: though noise basis functions are generally designed to return value between -1..1, there sum can easily be made to extend out of this range.
 



Copyright © 2011. All Rights Reserved.