I'm trying to expand my usage of OpenGL a little. I've been using OpenGL for ortho mode drawing only, however I'd like to get into some actual 3D stuff. So... I have some questions.

How do I setup to draw in perspective mode with JEDI-SDL?

How can I draw in both Ortho and perspective mode one after the other in one frame? I'd like to draw in perspective then ortho on top.