Files
OpenSceneGraph/src/osgPlugins/txp/TXPPageManager.cpp
Robert Osfield 7a5053f81f From Trajce Nikolov, port of TXP plugin across to a pure PagedLOD based
pager, with a little assistance from Robert Osfield.
2003-12-22 06:27:17 +00:00

12 lines
153 B
C++

#include "TXPPageManager.h"
using namespace txp;
TXPPageManager::TXPPageManager():
trpgPageManager()
{
}
TXPPageManager::~TXPPageManager()
{
}