Changeset 3564 in orxonox.OLD for orxonox/trunk/src/world_entities/terrain.h
- Timestamp:
- Mar 15, 2005, 6:38:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/terrain.h
r3559 r3564 15 15 // FORWARD DEFINITION \\ 16 16 17 //! A simple method to call a desired debug world. 18 enum DebugTerrain {TERRAIN_DAVE, TERRAIN_BENSCH}; 19 20 17 21 //! A Class to handle Terrain of orxonox 18 22 class Terrain : public WorldEntity … … 21 25 public: 22 26 Terrain(); 27 Terrain(DebugTerrain debugTerrain); 23 28 virtual ~Terrain(); 24 25 void build(); 29 void init(); 30 31 void buildDebugTerrain(DebugTerrain debugTerrain); 26 32 virtual void draw(); 27 33
Note: See TracChangeset
for help on using the changeset viewer.