Changeset 5686 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Nov 21, 2005, 10:41:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/obb_tree_node.cc
r5684 r5686 467 467 468 468 void OBBTreeNode::calculateBoxAxis(OBB* box, const modelInfo& modInfo) 469 {} 469 { 470 this->calculateBoxAxis( box, &modInfo.pVertices, modInfo.numVertices); 471 } 472 470 473 471 474 … … 563 566 PRINTF(3)("-- Written Axis to obb\n"); 564 567 PRINTF(3)("-- Finished Calculating Attributes\n"); 565 566 568 } 567 569
Note: See TracChangeset
for help on using the changeset viewer.