Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2005, 10:56:45 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: more draw options

File:
1 edited

Legend:

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

    r4682 r4712  
    3232
    3333  this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx");
    34   this->obbTree = new OBBTree(4, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
     34  this->obbTree = new OBBTree(7, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
    3535  this->md2Model->debug();
    3636}
Note: See TracChangeset for help on using the changeset viewer.