Hi, I have a custom model which takes some time to load, and to avoid blocking the main thread i use a proxynode to load it through the DatabasePager. That works fine.
Now my problem is that i would like to load this node even if the proxy is not visible (mask == 0). My goal is to prepare the scenegraph so that when the user swiches this layer ON, it appears instantly. I dont know how to achieve this. The actual load is triggered during the cull traversal which will not happen if it is not visible. Is there a way to achieve this? Thank you, JD -- You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osg-users/82533ecf-536a-4dba-ae32-07a7ebd8082en%40googlegroups.com.
