예제 #1
0
 public void setPixelOrtho(GL2ES2 gl, GlimpseBounds bounds) {
   this.setOrtho(gl, 0, bounds.getWidth(), 0, bounds.getHeight());
 }
예제 #2
0
 public void setViewport(GL2ES2 gl, GlimpseBounds bounds) {
   this.setViewport(gl, bounds.getWidth(), bounds.getHeight());
 }