Uses of Class
com.jme3.terrain.noise.basis.Noise
Packages that use Noise
Package
Description
use fractals to generate terrain
-
Uses of Noise in com.jme3.terrain.noise.basis
Subclasses of Noise in com.jme3.terrain.noise.basisModifier and TypeClassDescriptionfinal classPerlin's default implementation of Improved Perlin Noise designed to work with Noise baseclassA simple aggregator basis. -
Uses of Noise in com.jme3.terrain.noise.fractal
Subclasses of Noise in com.jme3.terrain.noise.fractalModifier and TypeClassDescriptionclassFractalSum is the simplest form of fractal functions summing up a few octaves of the noise value with an ever decreasing roughness (0 to 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.