Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5213 in orxonox.OLD for trunk/src/world_entities/test_entity.cc


Ignore:
Timestamp:
Sep 21, 2005, 8:10:11 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: removed the Collision-detection, to be faster with Valgrind.
@patrick: to revert this change do a:
svn merge -r 5213:5212 . .
in the trunk

File:
1 edited

Legend:

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

    r5116 r5213  
    3636//   this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx");
    3737// this->md2Model = new MD2Model("models/goblin.md2", "maps/goblin.bmp");
    38   this->obbTree = new OBBTree(4, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
     38//  this->obbTree = new OBBTree(4, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
    3939
    4040  this->md2Model->setAnim(RUN);
Note: See TracChangeset for help on using the changeset viewer.