Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 1, 2006, 4:37:08 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the HeightMapBranche back to the trunk

File:
1 edited

Legend:

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

    r6512 r6956  
    1515// FORWARD DECLARATION
    1616class SpatialSeparation;
     17class HeightMap;
     18class Material;
    1719
    1820//! A simple method to call a desired debug world.
     
    4042  void loadVegetation(const char* vegetationFile);
    4143
     44  void loadHeightMap(const char* heightMapFile, const char* colorMap = NULL);
     45  void loadTexture(const char* textureName);
     46
    4247  void buildDebugTerrain(DebugTerrain debugTerrain);
     48 
     49  float getHeight(float x, float y);
    4350  virtual void draw() const;
    4451
     
    5057   int                 objectList;
    5158
     59   HeightMap*          heightMap;
     60   Material*           heightMapMaterial;
    5261};
    5362
Note: See TracChangeset for help on using the changeset viewer.