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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(OpenGLState glState, RenderState rs) voiddrawAlt(OpenGLState glState, GLSLDisplay rs) abstract Class<?> Methods inherited from class de.grogra.glsl.renderable.GLSLNullRenderable
getInstance, updateInstanceMethods inherited from class de.grogra.glsl.renderable.GLSLRenderable
activateShader, findShader, isShaderDependant
-
Constructor Details
-
GLSLPolygonizable
public GLSLPolygonizable()
-
-
Method Details
-
draw
- Overrides:
drawin classGLSLNullRenderable
-
drawAlt
- Overrides:
drawAltin classGLSLRenderable
-
instanceFor
- Overrides:
instanceForin classGLSLNullRenderable
-