Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 24, 2005, 11:15:12 PM (19 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/bv_tree.h

    r4635 r4695  
    1414// FORWARD DEFINITION
    1515class BoundingVolume;
     16class BVTreeNode;
    1617
    1718typedef enum DrawMode
     
    3839  virtual void flushTree() = NULL;
    3940
     41  virtual void collideWith(BVTree* tree) = NULL;
     42
    4043  virtual void drawBV(int depth, int drawMode) const = NULL;
     44
    4145
    4246 protected:
Note: See TracChangeset for help on using the changeset viewer.