Changeset 5487 in orxonox.OLD for trunk/src/subprojects/collision_detection
- Timestamp:
- Nov 4, 2005, 3:34:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/subprojects/collision_detection/collision_test_entity.cc
r5486 r5487 36 36 this->loadModel("models/ships/fighter.obj"); 37 37 38 if(this->obbTree == NULL) 39 this->obbTree = new OBBTree(4, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount()); 38 this->buildObbTree(10); 40 39 } 41 40
Note: See TracChangeset
for help on using the changeset viewer.