Changeset 7526 in orxonox.OLD for trunk/src/lib/graphics/importer/height_map.h
- Timestamp:
- May 3, 2006, 5:49:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/height_map.h
r7500 r7526 80 80 virtual ~HeightMap(); 81 81 82 void init(const std::string& heightMapName);83 84 82 void setAbsCoor(Vector V); 85 83 float getHeight(float x, float y); … … 95 93 96 94 private: 95 void init(const std::string& heightMapName); 96 97 97 void generateNormalVectorField(); 98 98 void drawRect(int xBottomLeft, int yBottomLeft, int xTopRight, int yTopRight );
Note: See TracChangeset
for help on using the changeset viewer.