Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 24, 2005, 11:15:12 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: no only the overlap test is missing

File:
1 edited

Legend:

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

    r4685 r4695  
    3333    inline void setTreeRef(OBBTree* tree) { this->obbTree = tree;}
    3434
    35     virtual void collideWith(const BVTree &tree);
     35    virtual void collideWith(BVTreeNode* treeNode);
    3636
    3737    virtual void drawBV(int depth, int drawMode) const;
     
    4545    void forkBox(OBB* box);
    4646
     47    bool overlapTest(OBB* boxA, OBB* boxB);
    4748
    4849  protected:
Note: See TracChangeset for help on using the changeset viewer.