- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/TXPPageManager.h
r2593 r13041 1 /*************************************************************************** 1 /*************************************************************************** 2 2 * December 2003 3 3 * 4 * This TerraPage loader was re-written in a fashion to use PagedLOD 5 * to manage paging entirely, also includes a version of Terrex's smart mesh 6 * adapted to work with PagedLOD. The essential code by Boris Bralo is still present, 4 * This TerraPage loader was re-written in a fashion to use PagedLOD 5 * to manage paging entirely, also includes a version of Terrex's smart mesh 6 * adapted to work with PagedLOD. The essential code by Boris Bralo is still present, 7 7 * slight modified. 8 8 * nick at terrex dot com 9 * 9 * 10 10 * Ported to PagedLOD technology by Trajce Nikolov (Nick) & Robert Osfield 11 11 *****************************************************************************/ 12 12 13 13 /*************************************************************************** 14 * OpenSceneGraph loader for Terrapage format database 14 * OpenSceneGraph loader for Terrapage format database 15 15 * by Boris Bralo 2002 16 16 * … … 47 47 public: 48 48 TXPPageManager(); 49 49 50 50 protected: 51 51 virtual ~TXPPageManager(); 52 52 53 53 }; 54 54
