<div dir="ltr">On 4 August 2017 at 15:35, Sebastian Schmidt <span dir="ltr"><<a href="mailto:herrdersuppen@gmail.com" target="_blank">herrdersuppen@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok..i will try to explain.<br>
<br>
In my osg application "A" the scenegraph contains several pagedlod nodes which are reading from a custom osgdb plugin file.<br>
<br>
Application "B" is rendering stuff to a texture and the plugin is returning a osg node containing this texture.<br>
<br>
The initialization of application "A" take some time, especially the loading of the plugin at the end.<br>
<br>
And i need to know when all of this is finished.<br></blockquote><div><br></div><div>What do you mean by "all of this is finished"?  In application "A" or "B"?<br><br></div><div>It's hard to know really what you are after.<br><br></div><div>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.<br><br></div><div>Robert.<br></div><div><br> <br><br></div></div><br></div></div>