Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5042 in orxonox.OLD for orxonox/trunk/src/world_entities/npc.cc


Ignore:
Timestamp:
Aug 16, 2005, 8:28:04 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: cd debuging tour, the trip forced me to think about the cd feedback triggering - still working

File:
1 edited

Legend:

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

    r5034 r5042  
    3434  this->loadModel("models/ships/bolido.obj");
    3535  if(this->obbTree == NULL)
    36     this->obbTree = new OBBTree(5, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount());
     36    this->obbTree = new OBBTree(4, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount());
    3737}
    3838
Note: See TracChangeset for help on using the changeset viewer.