Changeset 294


Ignore:
Timestamp:
Jun 5, 2011, 10:33:43 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/TerrainTest/ModificationManager/ModificationManager.h

    r279 r294  
    3434 * \brief This class provides a management interface to control terrain modification.
    3535 *
    36  * It is possible to modify preprocessed VirtualPLanetBuilder (VPB) Databases on the fly.
     36 * It is possible to modify preprocessed VirtualPlanetBuilder (VPB) Databases on the fly.
    3737 * The modification can be performed in two ways:
    3838 * a) Modifying only the tile data and using the standard geometryTechnique to mesh the drawable.
    39  * b) Using an userdefined 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.
    4040 *
    4141 * 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.