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 voidonCompileSuccess(ShaderProgram shaderProgram)voidupdateSmokeParams(TextureDraw textureDraw, int int1, float float1)Methods inherited from class zombie.core.opengl.Shader
callback, destroy, End, getID, getProgram, isCompiled, postRender, setTexture, Start, startMainThread, startRenderThreadMethods 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:
onCompileSuccessin classShader
-
updateSmokeParams
-