Changeset 4836 in orxonox.OLD for orxonox/trunk/src/world_entities/terrain.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/terrain.cc
r4746 r4836 29 29 30 30 /** 31 \briefstandard constructor31 * standard constructor 32 32 33 33 */ … … 39 39 40 40 /** 41 \briefConstructor for loading a Terrain out of a file42 \param fileName The file to load data from.41 * Constructor for loading a Terrain out of a file 42 * @param fileName The file to load data from. 43 43 44 44 this either loads out of an OBJ-file, or loads a heightmap if no .obj-extension is found. … … 59 59 60 60 /** 61 \briefa Constructor for the Debug-Worlds62 63 \todo make it not compileable when not in debug-mode61 * a Constructor for the Debug-Worlds 62 63 @todo make it not compileable when not in debug-mode 64 64 */ 65 65 Terrain::Terrain(DebugTerrain debugTerrain) … … 70 70 71 71 /** 72 \briefstandard deconstructor72 * standard deconstructor 73 73 74 74 */
Note: See TracChangeset
for help on using the changeset viewer.