Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5686 in orxonox.OLD


Ignore:
Timestamp:
Nov 21, 2005, 10:41:49 PM (18 years ago)
Author:
patrick
Message:

orxonox/trunk: more interface extensions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/obb_tree_node.cc

    r5684 r5686  
    467467
    468468void OBBTreeNode::calculateBoxAxis(OBB* box, const modelInfo& modInfo)
    469 {}
     469{
     470  this->calculateBoxAxis( box, &modInfo.pVertices, modInfo.numVertices);
     471}
     472
    470473
    471474
     
    563566  PRINTF(3)("-- Written Axis to obb\n");
    564567  PRINTF(3)("-- Finished Calculating Attributes\n");
    565 
    566568}
    567569
Note: See TracChangeset for help on using the changeset viewer.