|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.glsl.renderable.GLSLRenderable de.grogra.imp3d.glsl.renderable.GLSLNullRenderable de.grogra.imp3d.glsl.renderable.GLSLPolygonizable
public abstract class 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.
Constructor Summary | |
---|---|
GLSLPolygonizable()
|
Method Summary | |
---|---|
void |
draw(OpenGLState glState,
RenderState rs)
|
void |
drawAlt(OpenGLState glState,
GLSLDisplay rs)
|
abstract java.lang.Class<?> |
instanceFor()
|
Methods inherited from class de.grogra.imp3d.glsl.renderable.GLSLNullRenderable |
---|
getInstance, updateInstance |
Methods inherited from class de.grogra.imp3d.glsl.renderable.GLSLRenderable |
---|
activateShader, findShader, isShaderDependant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GLSLPolygonizable()
Method Detail |
---|
public void draw(OpenGLState glState, RenderState rs)
draw
in class GLSLNullRenderable
public void drawAlt(OpenGLState glState, GLSLDisplay rs)
drawAlt
in class GLSLRenderable
public abstract java.lang.Class<?> instanceFor()
instanceFor
in class GLSLNullRenderable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |