gov.nasa.worldwind.util
Class OGLStackHandler
java.lang.Object
gov.nasa.worldwind.util.OGLStackHandler
public class OGLStackHandler
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OGLStackHandler
public OGLStackHandler()
pop
public void pop(GL gl)
pushAttrib
public void pushAttrib(GL gl,
int mask)
pushClientAttrib
public void pushClientAttrib(GL gl,
int mask)
pushModelview
public void pushModelview(GL gl)
pushModelviewIdentity
public void pushModelviewIdentity(GL gl)
pushProjection
public void pushProjection(GL gl)
pushProjectionIdentity
public void pushProjectionIdentity(GL gl)
pushTexture
public void pushTexture(GL gl)
pushTextureIdentity
public void pushTextureIdentity(GL gl)