Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 6, 2006, 11:52:50 AM (18 years ago)
Author:
patrick
Message:

trunk: heightmap modified

File:
1 edited

Legend:

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

    r6956 r7046  
    1212
    1313#include "world_entity.h"
     14#include "vector.h"
    1415
    1516// FORWARD DECLARATION
     
    4445  void loadHeightMap(const char* heightMapFile, const char* colorMap = NULL);
    4546  void loadTexture(const char* textureName);
     47  void setScale(float x, float y, float z);
    4648
    4749  void buildDebugTerrain(DebugTerrain debugTerrain);
    48  
     50
    4951  float getHeight(float x, float y);
    5052  virtual void draw() const;
     
    5961   HeightMap*          heightMap;
    6062   Material*           heightMapMaterial;
     63   Vector              terrainScale;
    6164};
    6265
Note: See TracChangeset for help on using the changeset viewer.