othogonal view

Hi,
I have implemented a scene with perspective view, I would like to view it in orthogonal view as well, how do I do this - basically toggling between the two (I know I have to use glOrtho)

To have an orthogonal view use

glOrtho(left,right,bottom,top,near,far);

Antonio www.fatech.com/tech