<div dir="ltr">Hi Jey,<div><br></div><div>The OSG is designed to fully support paging of databases.  There are many discussions about paging here on the osg-users mailing list/forum so have a look through the archives for discussions about osgDB::DatabasePager (the class that manages the loading + unloading of data) and osg::PagedLOD (the level of detail node that provides the hooks for external resources.)</div><div><br></div><div>The osgViewer::Viewer and CompositeViewer class have builtin support for the DatabasePager so you don't need to explicitly do anything to leverage the database paging - you just stick the appropriate PagedLOD's in your database and everything will happen automatically for you. <br></div><div><br></div><div>osgEarth is built intop of PageLOD so leverages all the core OSG's osgDB::DatabasePager support.  </div><div>The VirtualPlanetBuilder tool provides another way for creating native OSG paged databases from source geospatial imagery and DEMs.</div><div><br></div><div>Have a look at the archives though, there is wealth of discussion about paging.</div><div><br></div><div>Robert.</div></div>