Hi,
I am writing an application where I am using gluPerspective projection technique to show my 2d objects in 3d view. Now, when one of the 2d object is clicked, I want to show another view/window. I don't want this new window view to be on the perspective. New view should not scale/adjust itself as parent view does. Do I need to create this new view in new window ? Any pointer will be appreciated.


