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_node.h

    r4695 r4700  
    1717class OBBTree;
    1818class Plane;
     19class PNode;
    1920//struct sVec3D;
    2021
     
    3334    inline void setTreeRef(OBBTree* tree) { this->obbTree = tree;}
    3435
    35     virtual void collideWith(BVTreeNode* treeNode);
     36    virtual void collideWith(BVTreeNode* treeNode, PNode* nodeA, PNode* nodeB);
    3637
    3738    virtual void drawBV(int depth, int drawMode) const;
     
    4546    void forkBox(OBB* box);
    4647
    47     bool overlapTest(OBB* boxA, OBB* boxB);
     48    bool overlapTest(OBB* boxA, OBB* boxB, PNode* nodeA, PNode* nodeB);
    4849
    4950  protected:
Note: See TracChangeset for help on using the changeset viewer.