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

    r4695 r4700  
    1414class BoundingVolume;
    1515class BVTree;
    16 //struct sVec3D;
     16class PNode;
    1717template<class T> class tList;
    1818
     
    2929  inline const int getIndex() { return this->treeIndex; }
    3030
    31   virtual void collideWith(BVTreeNode* treeNode) = NULL;
     31  virtual void collideWith(BVTreeNode* treeNode, PNode* nodeA, PNode* nodeB) = NULL;
    3232
    3333  virtual void drawBV(int depth, int drawMode) const = NULL;
Note: See TracChangeset for help on using the changeset viewer.