com.jme3.terrain.noise.basis
Class NoiseAggregator

java.lang.Object
  extended by com.jme3.terrain.noise.basis.Noise
      extended by com.jme3.terrain.noise.basis.NoiseAggregator
All Implemented Interfaces:
Basis

public class NoiseAggregator
extends Noise

A simple aggregator basis. Takes two basis functions and a rate and return some mixed values


Field Summary
 
Fields inherited from class com.jme3.terrain.noise.basis.Noise
modulators, scale
 
Constructor Summary
NoiseAggregator(Basis a, Basis b, float rate)
           
 
Method Summary
 void init()
           
 float value(float x, float y, float z)
           
 
Methods inherited from class com.jme3.terrain.noise.basis.Noise
addModulator, getBuffer, getScale, modulate, setScale, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoiseAggregator

public NoiseAggregator(Basis a,
                       Basis b,
                       float rate)
Method Detail

init

public void init()

value

public float value(float x,
                   float y,
                   float z)