XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt.util
Class NoiseGenerator

java.lang.Object
  extended byorg.autochthonous.graphics.rt.util.NoiseGenerator

public class NoiseGenerator
extends java.lang.Object


Method Summary
static NoiseGenerator getInstance()
           
 float getNoise(Tuple3f loc)
           
 Vector3f getNoiseV(Tuple3f p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NoiseGenerator getInstance()

getNoise

public float getNoise(Tuple3f loc)

getNoiseV

public Vector3f getNoiseV(Tuple3f p)

XJRT Rendering Toolkit 1.0b06