Changeset 4093 in orxonox.OLD for orxonox/branches/heightMap/src/story_entities
- Timestamp:
- May 6, 2005, 8:19:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/heightMap/src/story_entities/world.cc
r4090 r4093 627 627 628 628 //terrain = new Terrain("../data/worlds/newGround.obj"); 629 terrain = new Terrain("../data/pictures/heightmapHello.bmp" );629 terrain = new Terrain("../data/pictures/heightmapHello.bmp",100,1); 630 630 terrain->setRelCoor(Vector(0,-10,0)); 631 631 this->spawn(terrain);
Note: See TracChangeset
for help on using the changeset viewer.