Changeset 5967 in orxonox.OLD for branches/height_map/src/world_entities
- Timestamp:
- Dec 7, 2005, 4:15:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/height_map/src/world_entities/terrain.cc
r5940 r5967 42 42 // this->loadParams(root); 43 43 44 HeightMap * hm = new HeightMap(); 44 HeightMap * hm = new HeightMap("/home/bottac/svn/data/pictures/heightmapHello.bmp"); 45 45 46 hm->load(); 46 47 this->model=hm;
Note: See TracChangeset
for help on using the changeset viewer.