Changeset 294 for experimental
- Timestamp:
- Jun 5, 2011, 10:33:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/TerrainTest/ModificationManager/ModificationManager.h
r279 r294 34 34 * \brief This class provides a management interface to control terrain modification. 35 35 * 36 * It is possible to modify preprocessed VirtualP LanetBuilder (VPB) Databases on the fly.36 * It is possible to modify preprocessed VirtualPlanetBuilder (VPB) Databases on the fly. 37 37 * The modification can be performed in two ways: 38 38 * a) Modifying only the tile data and using the standard geometryTechnique to mesh the drawable. 39 * b) Using an user defined geometryTechnique to create other meshes than the regular triangle mesh.39 * b) Using an user defined geometryTechnique to create other meshes than the regular triangle mesh. 40 40 * 41 41 * Currently the changes are made on run time but in the pseudo loader. This way the modification does not affect the frame rate but only the delay in the tile delivery to the rendering thread.
Note: See TracChangeset
for help on using the changeset viewer.