Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 3, 2006, 5:49:36 PM (19 years ago)
Author:
patrick
Message:

orxonox: work flush on hm

File:
1 edited

Legend:

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

    r7500 r7526  
    8080    virtual ~HeightMap();
    8181
    82     void init(const std::string& heightMapName);
    83 
    8482    void setAbsCoor(Vector V);
    8583    float getHeight(float x, float y);
     
    9593
    9694  private:
     95    void init(const std::string& heightMapName);
     96
    9797    void generateNormalVectorField();
    9898    void drawRect(int xBottomLeft, int yBottomLeft, int xTopRight, int yTopRight );
Note: See TracChangeset for help on using the changeset viewer.