OPENGL2 changes

This commit is contained in:
codeanticode
2011-05-28 02:07:24 +00:00
parent d2bdceb92f
commit a85fad8d08
@@ -4482,7 +4482,7 @@ public class PGraphicsOpenGL2 extends PGraphics {
* orthographic projection.
*/
public void ortho() {
ortho(0, width, 0, height, cameraNear, cameraFar);
ortho(0, width, 0, height, -10, 10);
}
/**