Package zombie.iso
Class SmokeShader
java.lang.Object
zombie.core.opengl.Shader
zombie.iso.SmokeShader
- All Implemented Interfaces:
IShaderProgramListener
public final class SmokeShader extends Shader
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SmokeShader(java.lang.String string)
-
Method Summary
Modifier and Type Method Description protected void
onCompileSuccess(ShaderProgram shaderProgram)
void
updateSmokeParams(TextureDraw textureDraw, int int1, float float1)
Methods inherited from class zombie.core.opengl.Shader
callback, destroy, End, getID, getProgram, isCompiled, postRender, setTexture, Start, startMainThread, startRenderThread
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SmokeShader
public SmokeShader(java.lang.String string)
-
-
Method Details
-
onCompileSuccess
- Overrides:
onCompileSuccess
in classShader
-
updateSmokeParams
-