[osg-users] check status of pagedlod
Robert Osfield
robert.osfield at gmail.com
Fri Aug 4 09:20:51 PDT 2017
On 4 August 2017 at 15:35, Sebastian Schmidt <herrdersuppen at gmail.com>
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 plugin is
> returning a osg node containing this texture.
>
> The initialization of application "A" take some time, especially the
> loading of the plugin at the end.
>
> And i need to know when all of this is finished.
>
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 loaded in response to
a PagedLOD file request then why not just preload the plugin or statically
link it into your application so it doesn't happen during rendering of the
frame.
Robert.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20170804/78d1299c/attachment.htm>
More information about the osg-users
mailing list