Ejemplo n.º 1
0
 /**
  * @param gl
  * @return Coordenada Y OpenGL correspondente à extremidade superior da tela
  */
 protected float getMaxY(GL10 gl) {
   return (GeometryUtils.convertScreenCoordsToWorldCoords(gl, 0, this.h, this.w, this.h))[1];
 }