glViewport(0, 0, width, height); // reset the viewport glMatrixMode(GL_PROJECTION); // modify the projection matrix glLoadIdentity(); // load an identity ...
確定! 回上一頁