mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
OPENGL2 changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user