Hi all, On our current project, we are using Qt version 4 to provide an interface for our simulation using OpenSceneGraph. We ran into a few problems displaying both the Producer renderSurface and the interface in the same window, so we opted to run the Producer renderSurface and the interface as separate windows.
The 3D simulation is now displayed as a borderless window positioned over a certain area of the interface. This gives off the illusion during runtime that the program is running a single window. The problem we have now is that as the 3D simulation and the interface are separate windows, we have not been able to find a way to have the simulation kept to the front of the interface window. When the user clicks on a button on the interface, the interface is brought to the front and the 3D simulation disappears behind it. Is there a way, using Producer or OpenSceneGraph commands, to keep the simulation window to the front (or alternatively, keep the Qt interface at the back)? Regards, Cesar Mendoza Student Electrical Engineer, QUT Project: Virtual Experiment Using OpenSceneGraph _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
