Maybe experts can help you better but as I know the DatabasePager is a Thread that collects all PagedLOD nodes in the scene graph.. unloading from memory when has expired his time. Also helps you to load nodes new PagedLOD nodes without stall rendering...

For example osgdem creates a PagedLOD dataset of terrain data, and osgviewer is able to load and unload from memory that nodes to navigate all the terrain even when the amount of data is more than main memory.

You can use in your application and your own viewer the database pager.. you can see an example of use in the osgsimplepager example. But the standard viewer of OSG.. enables a databasePager instance for manage PagedLOD datasets.

On 7/21/06, Mustafa <[EMAIL PROTECTED]> wrote:
Is there any detailed information about database pager?  what is the
difference of the OSG viewer with and without it? any reference
explaining this concept welcome.

BR

Send instant messages to your online friends http://uk.messenger.yahoo.com
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to