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/bv_tree.h

    r4695 r4700  
    1515class BoundingVolume;
    1616class BVTreeNode;
     17class PNode;
    1718
    1819typedef enum DrawMode
     
    3940  virtual void flushTree() = NULL;
    4041
    41   virtual void collideWith(BVTree* tree) = NULL;
     42  virtual void collideWith(BVTree* tree, PNode* nodeA, PNode* nodeB) = NULL;
    4243
    4344  virtual void drawBV(int depth, int drawMode) const = NULL;
Note: See TracChangeset for help on using the changeset viewer.