Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2005, 7:05:39 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: implemented an elegant draw function to display the tree in different ways

File:
1 edited

Legend:

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

    r4618 r4635  
    3131  virtual void collideWith(const BVTree &tree) = NULL;
    3232
    33   virtual void drawBV(int depth) const = NULL;
    34   virtual void drawBVPolygon(int depth) const = NULL;
    35   virtual void drawBVBlended(int depth) const = NULL;
     33  virtual void drawBV(int depth, int drawMode) const = NULL;
    3634
    3735
Note: See TracChangeset for help on using the changeset viewer.