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

@@ -36,7 +36,7 @@ class SG_EXPORT LOD : public Group
{
public :
LOD() {}
LOD();
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
LOD(const LOD&,const CopyOp& copyop=CopyOp::SHALLOW_COPY);

View File

@@ -24,7 +24,7 @@ class SG_EXPORT PagedLOD : public LOD
{
public :
PagedLOD() {}
PagedLOD();
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
PagedLOD(const PagedLOD&,const CopyOp& copyop=CopyOp::SHALLOW_COPY);

View File

@@ -45,7 +45,7 @@ class OSGPRODUCER_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseReques
/** Add the loaded data to the scene graph.*/
void addLoadedDataToSceneGraph();
void addLoadedDataToSceneGraph(double timeStamp);
/** Find all PagedLOD nodes in a subgraph and register them with