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

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

public abstract class GLSLFloatToFloat
extends java.lang.Object

Simple class that represents GroImps FloatToFloat classes.

Author:
Konni Hartmann

Constructor Summary
GLSLFloatToFloat()
           
 
Method Summary
abstract  java.lang.Class<?> instanceFor()
           
abstract  Result process(Result input, FloatToFloat fkt, ShaderConfiguration sc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLSLFloatToFloat

public GLSLFloatToFloat()
Method Detail

instanceFor

public abstract java.lang.Class<?> instanceFor()

process

public abstract Result process(Result input,
                               FloatToFloat fkt,
                               ShaderConfiguration sc)