Alright, I recently started learning OpenGL, and I just moved on from SDL. I'm sort of used to absolute positioning, so I read up about glOrtho, which works fine for that sort of thing. Used that for a few hours, then read up on transformations and rotation as well as depth. So I learned about gluPerspective, and that's just totally too confusing for me. I learned how to draw objects in it from NeHe, and how to use all of the different little things like rotation and depth. I'm just so confused about how I'm supposed to draw objects in absolute positions, relative to the top-left of the screen. I like glOrtho using SDL positioning properties.
As far as I can tell, the only positioning ability using gluPerspective is floating point, which makes finding the top left corner kind of confusing. How would I approach something like this? I'm just drawing 2D objects (QUADS, TRIANGLES, LINES). I got interested seeing Elysian Shadows' uniform zoom and scale.
tl;dr: I guess what my real question is how would I approach positioning in a specific area (such as the top left corner) of a screen using gluPerspective? Thanks for any help you guys can give me
