Hi Justin, Just how big is your paged database? If it's paged database in the first pace then there is a good chance that it's big enough to require paging, in which case it won't fit in memory without paging so the whole journey your are on may well be entirely pointless.
Robert. On Wed, Nov 26, 2008 at 4:26 PM, KSpam <[EMAIL PROTECTED]> wrote: > I have a paged terrain database that I would like to convert to a non-paged > model. Ideally, I would like to remove all level-of-detail switching and > only keep the highest level of detail. > > How might I go about doing this? > > Thanks, > Justin > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

