Tagged Questions
0
votes
2answers
622 views
OpenGL align grid like glOrtho but with gluPerspective?
Using gluPerspective makes OpenGL's grid really messy and rather hard to use especially when trying to do mouse input. The grid that perspective uses is completely messed up compared to the grid you ...