Hi Robert, I have a suggestion about the DatabasePager. Should it be possible to configure the targetNumOfRemovedChildPagedLODs variable ? You can find it line 837 (DatabasePager.cpp), and it's used to control the max number of paged lod children to remove per update.
Line 840 it's always setted to 1 maximum, but I have made some tests and it works much better in my app with greater values (to unload more quickly some data). That's why I would like to add get/set methods for this variable, and remove the lines 836 to 840. Any thoughts ? -- Serge Lages http://www.magrathea-engine.org
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

