Ejemplo n.º 1
0
 public void restoreGLState() {
   restoreGLMatrices();
   gl.glPopAttrib();
 }
Ejemplo n.º 2
0
 public void restoreView() {
   restoreGLMatrices();
   gl.glPopAttrib();
 }