Re: [osg-users] osgViewerQT example question

2014-09-24 Thread Nick Modly
I'm using the new version, under Linux (although I will eventually be testing under windows as well, I need it to work on Ubuntu first). Like I mentioned, I am trying to extend the example to fit into the QGraphicsView approach. Based on various guides and discussions that I have found, this

Re: [osg-users] osgViewerQT example question

2014-09-24 Thread Nick Modly
I've made a couple of attempts, and I feel like I am very close... On one attempt, using a seperate osgViewer for each View, everything works but the Database Pager isn't happy about having multiple viewers looking at the same data. (osgEarth data under PagedLOD nodes flickers in and out of the

Re: [osg-users] osgViewerQT example question

2014-09-23 Thread Émeric MASCHINO
Hi, Are you talking about the old osgviewerQT [1] or the newer osgviewerQt [2]? [1] http://trac.openscenegraph.org/projects/osg/browser/OpenSceneGraph/trunk/examples/osgviewerQT/osgviewerQT.cpp?rev=6819 [2]

[osg-users] osgViewerQT example question

2014-09-22 Thread Nick Modly
Hi, I'm looking at extending the osgViewerQT example by being able to add items to the QGraphicsView (by setting a QGraphicsScene and adding items to that). These items include some QT controls that need to be embedded in the window with transparency enabled. When I simply create the scene