Changeset 5713 in orxonox.OLD for branches/collision_detection/src/world_entities
- Timestamp:
- Nov 22, 2005, 7:01:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/collision_detection/src/world_entities/world_entity.cc
r5684 r5713 119 119 { 120 120 PRINTF(4)("creating obb tree\n"); 121 122 123 this->obbTree = new OBBTree(depth, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount()); 121 122 123 //this->obbTree = new OBBTree(depth, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount()); 124 this->obbTree = new OBBTree(depth, *model->getModelInfo()); 124 125 return true; 125 126 }
Note: See TracChangeset
for help on using the changeset viewer.