And same for Android

This commit is contained in:
codeanticode
2011-07-20 05:47:28 +00:00
parent 9134b359c6
commit 6d0bb2dfe1

View File

@@ -4630,7 +4630,7 @@ public class PGraphicsAndroid3D extends PGraphics {
glprojection[3] = 0.0f;
glprojection[4] = 0.0f;
glprojection[5] = y;
glprojection[5] = -y; // The minus here inverts the Y axis in order to use Processing's convention
glprojection[6] = 0.0f;
glprojection[7] = 0.0f;