org.novyon.noise.basis
Class NoiseAggregator

java.lang.Object
  extended by org.novyon.noise.basis.Noise
      extended by org.novyon.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

Author:
Anthyon

Field Summary
 
Fields inherited from class org.novyon.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 org.novyon.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)


Copyright © 2011. All Rights Reserved.