Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2005, 12:37:38 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: 3 axis get checked:) 12 to go…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree.h

    r4696 r4700  
    1414class Material;
    1515class OBBTreeNode;
     16class PNode;
    1617
    1718//! A class for representing an obb tree
     
    2728    virtual void flushTree();
    2829
    29     virtual void collideWith(BVTree* tree);
     30    virtual void collideWith(BVTree* tree, PNode* nodeA, PNode* nodeB);
    3031
    3132    virtual void drawBV(int depth, int drawMode) const;
Note: See TracChangeset for help on using the changeset viewer.