Getting values of glOrtho

Started by
0 comments, last by Brother Bob 15 years, 7 months ago
Hi! All, Suppose, in my game somewhere I have set values in glOrtho(..,). Now I want to get the values I have set previously. Please I don't want to keep values in some variables to get them later. Help Thanks in advance.
Advertisement
Keeping the variables IS the easiest solution, and you better have a really good reason not to do so. But you can always get the resulting matrix back and solve for the values you are interested in. The matrix generated is available in pretty much any documentation you can find.

This topic is closed to new replies.

Advertisement