Re: [osg-users] DatabasePager callbacks

2019-11-09 Thread Robert Osfield
Hi Jérôme, You can poll whether the DatabasePager::requiresUpdateSceneGraph() but there isn't a callback mechanism for signalling. Robert. ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] DatabasePager callbacks

2019-11-08 Thread Jérôme Desfieux
Hi, I am working on an application with Osg (OsgEarth) integrated in QtQuick. I am trying to make ON_DEMAND framescheme working without using the timer method in order to make it 'event' based instead of continuously requesting if a new frame is necessary. The solution is now working in most