Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2005, 1:46:12 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: copied the heightMap to the trunk, and adapted to partly new framework

File:
1 copied

Legend:

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

    r6099 r6100  
    2727#endif
    2828
    29 HeightMap::HeightMap() : Model()
     29HeightMap::HeightMap() : StaticModel()
    3030{
    3131       
    3232}
    3333
    34 HeightMap::HeightMap(const char* height_map_name = NULL) : Model()
     34HeightMap::HeightMap(const char* height_map_name = NULL) : StaticModel()
    3535{
    3636   this->setClassID(CL_HEIGHT_MAP, "HeightMap");
Note: See TracChangeset for help on using the changeset viewer.