Re: Confusion with PMVMatrix
Posted by
Irene Tang on
Feb 25, 2016; 6:58am
URL: https://forum.jogamp.org/Confusion-with-PMVMatrix-tp4029336p4036338.html
Why is the projection matrix

after m.glMatrixMode(GL_PROJECTION);
m.glOrthof(0, 10, 0, 10, 1, -1); Why the value in the blue circle isn't -1?