App with multiple views of common OpenGL objects
-
Is it possible to create a Qt application with multiple views of a common set of OpenGL objects?
Ideally I'm looking for an example Qt/OpenGL App with a single 3D object simultaneously viewed from two different viewpoints.
Think of the 'cube' example, but with two windows that see it from different viewpoints...