Package zombie.iso
Class FireShader
java.lang.Object
zombie.core.opengl.Shader
zombie.iso.FireShader
- All Implemented Interfaces:
IShaderProgramListener
public class FireShader extends Shader
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FireShader(java.lang.String string) -
Method Summary
Modifier and Type Method Description protected voidonCompileSuccess(ShaderProgram shaderProgram)voidupdateFireParams(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
-
FireShader
public FireShader(java.lang.String string)
-
-
Method Details
-
onCompileSuccess
- Overrides:
onCompileSuccessin classShader
-
updateFireParams
-