Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 12:29:52 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: mod some interface arguments, defined some functions of bv tree

File:
1 edited

Legend:

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

    r4523 r4524  
    3737  const int getState() const { return this->state; }
    3838  void enable(const int options) { this->state |= options; }
    39   void disable(const int options) { int temp = this->state & options; this->state ^= temp;}
     39  void disable(const int options) { int temp = this->state & options; this->state ^= temp; }
    4040
    41   void drawBV(int currentDepth, int depth) const;
    42   void drawBVPolygon(int currentDepth, int depth) const;
    43   void drawBVBlended(int currentDepth, int depth) const;
     41  void drawBV(int currentDepth, const int depth) const;
     42  void drawBVPolygon(int currentDepth, const int depth) const;
     43  void drawBVBlended(int currentDepth, const int depth) const;
    4444
    4545  void checkCollisions();
Note: See TracChangeset for help on using the changeset viewer.