codeanticode.glgraphics
Class GLState
java.lang.Object
codeanticode.glgraphics.GLState
public class GLState
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
glu
public static GLU glu
gl
public GL gl
INSTANCES_COUNT
protected static long INSTANCES_COUNT
fboStack
protected static java.util.Stack fboStack
GLState
public GLState(GL gl)
setOrthographicView
public void setOrthographicView(int w,
int h)
saveView
public void saveView()
restoreView
public void restoreView()
saveGLState
public void saveGLState()
restoreGLState
public void restoreGLState()
saveGLMatrices
public void saveGLMatrices()
restoreGLMatrices
public void restoreGLMatrices()