de.grogra.imp3d.glsl.material.channel
Class OldNoise

java.lang.Object
  extended by de.grogra.imp3d.glsl.material.channel.OldNoise

public class OldNoise
extends java.lang.Object

Static class that offers a basic noise function (improved perlin noise) and a turbulence function based on noise.

Author:
Konni Hartmann

Constructor Summary
OldNoise()
           
 
Method Summary
static java.awt.image.BufferedImage generateGradientTexture()
           
static java.awt.image.BufferedImage generatePermutationTexture()
           
static void registerNoiseFunctions(ShaderConfiguration phong)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldNoise

public OldNoise()
Method Detail

generateGradientTexture

public static java.awt.image.BufferedImage generateGradientTexture()

generatePermutationTexture

public static java.awt.image.BufferedImage generatePermutationTexture()

registerNoiseFunctions

public static void registerNoiseFunctions(ShaderConfiguration phong)