Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3564 in orxonox.OLD for orxonox/trunk/src/world_entities/terrain.h


Ignore:
Timestamp:
Mar 15, 2005, 6:38:56 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: posible to build new Worlds now with new constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/terrain.h

    r3559 r3564  
    1515// FORWARD DEFINITION \\
    1616
     17//! A simple method to call a desired debug world.
     18enum DebugTerrain {TERRAIN_DAVE, TERRAIN_BENSCH};
     19
     20
    1721//! A Class to handle Terrain of orxonox
    1822class Terrain : public WorldEntity
     
    2125 public:
    2226  Terrain();
     27  Terrain(DebugTerrain debugTerrain);
    2328  virtual ~Terrain();
    24 
    25   void build();
     29  void init();
     30 
     31  void buildDebugTerrain(DebugTerrain debugTerrain);
    2632  virtual void draw();
    2733
Note: See TracChangeset for help on using the changeset viewer.