Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 27, 2005, 10:12:37 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: framework update

File:
1 edited

Legend:

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

    r4717 r4724  
    3333//   this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx");
    3434  this->md2Model = new MD2Model("models/ogro.md2", "maps/ogro.pcx");
    35   this->obbTree = new OBBTree(7, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
     35  this->obbTree = new OBBTree(15, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
    3636
    3737  this->md2Model->setAnim(STAND);
Note: See TracChangeset for help on using the changeset viewer.