Changeset 7221 in orxonox.OLD for trunk/src/world_entities/terrain.h
- Timestamp:
- Mar 15, 2006, 3:10:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/terrain.h
r7046 r7221 29 29 public: 30 30 Terrain(const TiXmlElement* root = NULL); 31 Terrain(const char*fileName);31 Terrain(const std::string& fileName); 32 32 Terrain(DebugTerrain debugTerrain); 33 33 virtual ~Terrain(); … … 41 41 virtual void loadParams(const TiXmlElement* root); 42 42 43 void loadVegetation(const char*vegetationFile);43 void loadVegetation(const std::string& vegetationFile); 44 44 45 void loadHeightMap(const char* heightMapFile, const char* colorMap = NULL);46 void loadTexture(const char*textureName);45 void loadHeightMap(const std::string& heightMapFile, const std::string& colorMap); 46 void loadTexture(const std::string& textureName); 47 47 void setScale(float x, float y, float z); 48 48
Note: See TracChangeset
for help on using the changeset viewer.