Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2005, 12:52:50 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: skybox is right now

File:
1 edited

Legend:

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

    r4239 r4247  
    422422  glEndList();
    423423
    424   terrain = new Terrain("worlds/newGround.obj");
    425   terrain->setRelCoor(Vector(0,-10,0));
    426   this->spawn(terrain);
     424  //  terrain = new Terrain("worlds/newGround.obj");
     425  //  terrain->setRelCoor(Vector(0,-10,0));
     426  //  this->spawn(terrain);
    427427
    428428
Note: See TracChangeset for help on using the changeset viewer.