Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 6, 2005, 8:19:01 PM (20 years ago)
Author:
nico
Message:

branches/heightMap: challenging the model class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/heightMap/src/lib/graphics/importer/heightmap.h

    r4090 r4093  
    1616       
    1717private:
    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);
    1922
    2023        // holds the loaded pixels
Note: See TracChangeset for help on using the changeset viewer.