Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7497 in orxonox.OLD for trunk/src/lib/graphics/importer/height_map.h


Ignore:
Timestamp:
May 3, 2006, 1:07:28 AM (18 years ago)
Author:
patrick
Message:

constructor cleanup, some warning eliminated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/height_map.h

    r7490 r7497  
    7777
    7878  public:
    79     HeightMap();
    80     HeightMap(const std::string&);
    81     HeightMap(const std::string&, const std::string&);
     79    HeightMap(const std::string& heightMapName);
     80    HeightMap(const std::string& heightMapName, const std::string& colorMapName);
    8281    virtual ~HeightMap();
     82
     83    void init(const std::string& heightMapName);
    8384
    8485    void setAbsCoor(Vector V);
Note: See TracChangeset for help on using the changeset viewer.