|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.glsl.material.channel.OldNoise
public class OldNoise
Static class that offers a basic noise function (improved perlin noise) and a turbulence function based on noise.
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 |
---|
public OldNoise()
Method Detail |
---|
public static java.awt.image.BufferedImage generateGradientTexture()
public static java.awt.image.BufferedImage generatePermutationTexture()
public static void registerNoiseFunctions(ShaderConfiguration phong)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |