예제 #1
0
 public void restoreGLState() {
   restoreGLMatrices();
   gl.glPopAttrib();
 }
예제 #2
0
 public void restoreView() {
   restoreGLMatrices();
   gl.glPopAttrib();
 }