Added default constructor implemention to LOD and PagedLOD.

Added verbose messages to DatabasePager.
This commit is contained in:
Robert Osfield
2003-07-10 14:53:07 +00:00
parent 7432eee381
commit 606daca904
9 changed files with 30 additions and 13 deletions

View File

@@ -399,7 +399,7 @@ void Viewer::update()
_databasePager->removeExpiredSubgraphs(_frameStamp->getReferenceTime());
// add the newly loaded data into the scene graph.
_databasePager->addLoadedDataToSceneGraph();
_databasePager->addLoadedDataToSceneGraph(_frameStamp->getReferenceTime());
}