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/obb.cc

    r4576 r4635  
    5151
    5252
    53 void OBB::drawBV(int currentDepth, const int depth) const
     53void OBB::drawBV(int currentDepth, int drawMode) const
    5454{}
    5555
    5656
    57 void OBB::drawBVPolygon(int currentDepth, const int depth) const
    58 {}
    59 
    60 
    61 void OBB::drawBVBlended(int currentDepth, const int depth) const
    62 {}
Note: See TracChangeset for help on using the changeset viewer.