Package zombie.core.textures
Class TextureCombinerShaderParam
java.lang.Object
zombie.core.textures.TextureCombinerShaderParam
public final class TextureCombinerShaderParam
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TextureCombinerShaderParam(java.lang.String string, float float1)
TextureCombinerShaderParam(java.lang.String string, float float1, float float2)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
public java.lang.String name -
min
public float min -
max
public float max
-
-
Constructor Details
-
TextureCombinerShaderParam
public TextureCombinerShaderParam(java.lang.String string, float float1, float float2) -
TextureCombinerShaderParam
public TextureCombinerShaderParam(java.lang.String string, float float1)
-