Added default constructor implemention to LOD and PagedLOD.
Added verbose messages to DatabasePager.
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
using namespace osg;
|
||||
|
||||
PagedLOD::PagedLOD()
|
||||
{
|
||||
_centerMode = USER_DEFINED_CENTER;
|
||||
}
|
||||
|
||||
PagedLOD::PagedLOD(const PagedLOD& plod,const CopyOp& copyop):
|
||||
LOD(plod,copyop)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user