Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 8:59:03 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: started implementing the bv tree and more specificaly the obb tree

File:
1 edited

Legend:

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

    r4526 r4528  
    1818  virtual ~OBBTree();
    1919
     20  virtual void spawnBVTree(int depth);
     21  virtual void flushTree();
     22
     23  void collideWith(const OBBTree &tree);
     24
     25  virtual void drawBV(int currentDepth, const int depth) const;
     26  virtual void drawBVPolygon(int currentDepth, const int depth) const;
     27  virtual void drawBVBlended(int currentDepth, const int depth) const;
    2028
    2129 private:
Note: See TracChangeset for help on using the changeset viewer.