Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/txp/TXPArchive.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/TXPArchive.h
r12537 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 *
