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