java.lang.Object
de.grogra.glsl.renderable.GLSLRenderable
de.grogra.glsl.renderable.GLSLNullRenderable
de.grogra.glsl.renderable.GLSLPolygonizable
Translation of all renderables implementing the interface Polygonizable. This
is done in order to assure face culling is consistent with the global face
culling mode.
- Author:
- Konni Hartmann
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(OpenGLState glState, RenderState rs) void
drawAlt
(OpenGLState glState, GLSLDisplay rs) abstract Class<?>
Methods inherited from class de.grogra.glsl.renderable.GLSLNullRenderable
getInstance, updateInstance
Methods inherited from class de.grogra.glsl.renderable.GLSLRenderable
activateShader, findShader, isShaderDependant
-
Constructor Details
-
GLSLPolygonizable
public GLSLPolygonizable()
-
-
Method Details
-
draw
- Overrides:
draw
in classGLSLNullRenderable
-
drawAlt
- Overrides:
drawAlt
in classGLSLRenderable
-
instanceFor
- Overrides:
instanceFor
in classGLSLNullRenderable
-