Hi, For anyone searching for answer for how to preload a pageLOD this is what I hacked together which was 'good enough' for a proof of concept.
Using osgCompositeViewer.cpp I was able to set up a second viewport and slaved the camera to the primary view. Then I was able to shrink the viewport of the 2nd camera down to a small block at the bottom of the window. I set the scene of this view to the next frame I want to render. I suspect render to texture will work even better. I tried using the settings from osgAutoCapture to manipulate how the database pager would load but nothing seemed to make any noticeable difference except setting LODScale() . Cheers, Eric ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=42928#42928 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

