Re: [osg-users] check status of pagedlod

2017-08-07 Thread Sebastian Schmidt
robertosfield wrote: > > What do you mean by "all of this is finished"?  In application "A" or "B"? > > > It's hard to know really what you are after. > > > The only thing I can suggest at this stage, if a plugin is taking time to > load and it's load is not deterministic due it being

Re: [osg-users] check status of pagedlod

2017-08-04 Thread Robert Osfield
On 4 August 2017 at 15:35, Sebastian Schmidt wrote: > Ok..i will try to explain. > > In my osg application "A" the scenegraph contains several pagedlod nodes > which are reading from a custom osgdb plugin file. > > Application "B" is rendering stuff to a texture and the

Re: [osg-users] check status of pagedlod

2017-08-04 Thread Sebastian Schmidt
Ok..i will try to explain. In my osg application "A" the scenegraph contains several pagedlod nodes which are reading from a custom osgdb plugin file. Application "B" is rendering stuff to a texture and the plugin is returning a osg node containing this texture. The initialization of