Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 27, 2005, 2:02:37 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the collision detection engine works again and is ready for the presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/environment.cc

    r4714 r4718  
    3535  this->model = (Model*)ResourceManager::getInstance()->load("models/reaplow.obj"/*"worlds/vulcania.obj"*/, OBJ, RP_CAMPAIGN);
    3636
    37   this->obbTree = new OBBTree(10, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount());
     37  this->obbTree = new OBBTree(7, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount());
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.