Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2005, 7:05:39 PM (19 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/bounding_volume.h

    r4616 r4635  
    2727    virtual void mergeWith(const BoundingVolume &bv) = NULL;
    2828
    29     virtual void drawBV(int currentDepth, const int depth) const = NULL;
    30     virtual void drawBVPolygon(int currentDepth, const int depth) const = NULL;
    31     virtual void drawBVBlended(int currentDepth, const int depth) const = NULL;
     29    virtual void drawBV(int currentDepth, int drawMode) const = NULL;
     30
    3231
    3332
Note: See TracChangeset for help on using the changeset viewer.