Package zombie.iso
Class IsoGridSquare.CircleStencilShader
java.lang.Object
zombie.core.opengl.Shader
zombie.iso.IsoGridSquare.CircleStencilShader
- All Implemented Interfaces:
IShaderProgramListener
- Enclosing class:
- IsoGridSquare
public static final class IsoGridSquare.CircleStencilShader extends Shader
-
Field Summary
Fields Modifier and Type Field Description inta_wallShadeColorstatic IsoGridSquare.CircleStencilShaderinstance -
Constructor Summary
Constructors Constructor Description CircleStencilShader() -
Method Summary
Modifier and Type Method Description protected voidonCompileSuccess(ShaderProgram shaderProgram)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
-
Field Details
-
instance
-
a_wallShadeColor
public int a_wallShadeColor
-
-
Constructor Details
-
CircleStencilShader
public CircleStencilShader()
-
-
Method Details
-
onCompileSuccess
- Overrides:
onCompileSuccessin classShader
-