Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2005, 3:16:54 PM (18 years ago)
Author:
bottac
Message:

Branch height_map loads now heightmapHello.bmp from your data-directory.
You might need an old revision of data for this branch. I use revision 110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/height_map/src/world_entities/terrain.cc

    r5976 r5989  
    4444  // this->loadParams(root);
    4545
    46  HeightMap * hm = new HeightMap("/home/bottac/svn/data/pictures/heightmapHello.bmp");
     46 char* heightmapName = ResourceManager::getFullName("pictures/heightmapHello.bmp");
     47 HeightMap * hm = new HeightMap(heightmapName);
    4748
    4849 hm->load();
Note: See TracChangeset for help on using the changeset viewer.