I need to show the same object in OpenGL in two different viewports, for instance, one using ortographic projection and the other using perspective. In order to do this, do
In GL 4 you can render to many viewports in one rendering pass. See ARB_viewport_array and related concepts.