|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.dhbw.andar.pub.CustomRenderer
public class CustomRenderer
Constructor Summary | |
---|---|
CustomRenderer()
|
Method Summary | |
---|---|
void |
draw(GL10 gl)
Draw stuff in this method that has nothing to do with Augmented Reality. |
void |
initGL(GL10 gl)
Called once, when the OpenGL Surface was created. |
void |
setupEnv(GL10 gl)
Setup the OpenGL environment. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomRenderer()
Method Detail |
---|
public final void draw(GL10 gl)
OpenGLRenderer
draw
in interface OpenGLRenderer
public final void setupEnv(GL10 gl)
OpenGLRenderer
setupEnv
in interface OpenGLRenderer
public final void initGL(GL10 gl)
OpenGLRenderer
initGL
in interface OpenGLRenderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |