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 int
a_wallShadeColor
static IsoGridSquare.CircleStencilShader
instance
-
Constructor Summary
Constructors Constructor Description CircleStencilShader()
-
Method Summary
Modifier and Type Method Description protected void
onCompileSuccess(ShaderProgram shaderProgram)
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
-
Field Details
-
instance
-
a_wallShadeColor
public int a_wallShadeColor
-
-
Constructor Details
-
CircleStencilShader
public CircleStencilShader()
-
-
Method Details
-
onCompileSuccess
- Overrides:
onCompileSuccess
in classShader
-