Hi Rick, On Thu, Oct 30, 2008 at 12:17 PM, Rick Appleton <[EMAIL PROTECTED]> wrote: > I see the point in having a single osgDB::DatabasePager for a single > osgViewer::Scene. However, this immediately raises the question which > DatabasePager osgDB::Registry would point to, as osgDB::Registry is a > singleton and only has a single pointer to a DatabasePager. Should we ignore > the osgDB::Registry::getOrCreateDatabasePager function? I don't see it being > used anywhere in OpenSceneGraph.
Oooh, those methods are deprecated, and completely forgotton about... thanks for pointing this out. I've just removed them from the Registry to avoid future confusion. I'll check this in after a clean build. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

