Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2005, 11:43:06 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: started implementing header file of cd, some cd state infos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/collision_detection/bounding_volume.h

    r4521 r4522  
    2727  virtual void mergeWith(const BoundingVolume& bv) = NULL;
    2828
    29   virtual void drawBV(int currentDepth, int depth) = NULL;
     29  virtual void drawBV(int currentDepth, int depth) const = NULL;
    3030  virtual void drawBVPolygon(int currentDepth, int depth) const = NULL;
    3131  virtual void drawBVBlended(int currentDepth, int depth) const = NULL;
Note: See TracChangeset for help on using the changeset viewer.