OpenSceneGraph/include/osgDB
Robert Osfield c1e32ef742 Rewrote the DatabasePager::removeExpiredSubgraphs(double) routine as it
as not expiring subgraphs quick enough to enable reasonable load balancing.

New version isn't perfect and will need further work, but does at least reduce
the memory footprint by as much as half on test paths on big databases.

The rewritten method no longer uses the the MaximumNumOfRemovedChildPagedLODs
and MinimumNumOfInactivePagedLODs variables so these and associated methods
for accessing them have been removed.

-        /** Set the maximum number of PagedLOD child to remove per frame */
-        void setMaximumNumOfRemovedChildPagedLODs(unsigned int number) { _maximumNumOfRemovedChildPagedLODs = number; }
-
-        /** Get the maximum number of PagedLOD child to remove per frame */
-        unsigned int getMaximumNumOfRemovedChildPagedLODs() const { return _maximumNumOfRemovedChildPagedLODs; }
-
-        /** Set the minimum number of inactive PagedLOD child to keep */
-        void setMinimumNumOfInactivePagedLODs(unsigned int number) { _minimumNumOfInactivePagedLODs = number; }
-
-        /** Get the minimum number of inactive PagedLOD child to keep */
-        unsigned int getMinimumNumOfInactivePagedLODs() const { return _minimumNumOfInactivePagedLODs; }
2008-03-28 15:52:10 +00:00
..
Archive
DatabasePager Rewrote the DatabasePager::removeExpiredSubgraphs(double) routine as it 2008-03-28 15:52:10 +00:00
DotOsgWrapper
DynamicLibrary
Export From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
Field
FieldReader
FieldReaderIterator
FileNameUtils
FileUtils From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
ImageOptions
Input From Art Trevs, add support for saving external shader files. 2008-03-04 14:04:48 +00:00
Output From Art Trevs, add support for saving external shader files. 2008-03-04 14:04:48 +00:00
ParameterOutput
ReaderWriter From Art Trevs, add support for saving external shader files. 2008-03-04 14:04:48 +00:00
ReadFile From Art Trevs, add support for saving external shader files. 2008-03-04 14:04:48 +00:00
Registry From Art Trevs, add support for saving external shader files. 2008-03-04 14:04:48 +00:00
SharedStateManager Added const to operators. 2007-12-12 10:47:58 +00:00
Version From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
WriteFile From Art Trevs, add support for saving external shader files. 2008-03-04 14:04:48 +00:00