Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

branches/heightMap: challenging the model class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/heightMap/src/story_entities/world.cc

    r4090 r4093  
    627627
    628628  //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);
    630630  terrain->setRelCoor(Vector(0,-10,0));
    631631  this->spawn(terrain);
Note: See TracChangeset for help on using the changeset viewer.