Changeset 4093 in orxonox.OLD for orxonox/branches/heightMap/src/lib/graphics/importer/heightmap.h
- Timestamp:
- May 6, 2005, 8:19:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/heightMap/src/lib/graphics/importer/heightmap.h
r4090 r4093 16 16 17 17 private: 18 bool import (const char* fileName); 18 bool Heightmap::import (const char* fileName, int displaylistResolution, int vertexResolution); 19 void Heightmap::readIntoGroup(int left, int top,int width, int height, int vertexResolution); 20 21 float Heightmap::getHeightAt(int x, int z); 19 22 20 23 // holds the loaded pixels
Note: See TracChangeset
for help on using the changeset viewer.