Module gl1

Class OldNoise

java.lang.Object
de.grogra.glsl.material.channel.OldNoise

public class OldNoise extends Object
Static class that offers a basic noise function (improved perlin noise) and a turbulence function based on noise.
Author:
Konni Hartmann
  • Constructor Details

    • OldNoise

      public OldNoise()
  • Method Details

    • generatePermutationTexture

      public static BufferedImage generatePermutationTexture()
    • generateGradientTexture

      public static BufferedImage generateGradientTexture()
    • registerNoiseFunctions

      public static void registerNoiseFunctions(ShaderConfiguration phong)