[osg-users] osgviewerQt integration required

Alistair Baxter alistair at mve.com
Fri Jun 12 04:36:50 PDT 2015


Actually the default version Qt 5.4 dynamically selects what it thinks is the most appropriate version of OpenGL to use.

You can force it to use desktop OpenGL by calling QCoreApplication::setAttribute(Qt::AA_UseDesktopOpenGL) on your app instance before you call exec on it.



More information about the osg-users mailing list