Hi,

I've got a rather interesting request by a customer.
The scene I'm loading consists of PagedLOD nodes, which are loaded in the background. This is working smoothly, but the customer wants to display the scene after all PagedLODs are available. I can get sort out when all elements are there (they are loaded from a remote server, which why I was using PagedLOD in the first place) by using the a load callback. Now the problem is how to fire the Database-Pager without showing the "intermediate" result. Setting a node mask to the top level group containing the elements will effectively prevent the database pager from ever starting to load the PagedLODs below, so this doesn't seem to be an option. Any suggestions from hiding a group until a certain point (which is not necessarily related to being finished with loading) while letting the pager do its work?

cheers
Sebastian
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to