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_tree_node.h

    r4632 r4635  
    3535    virtual void collideWith(const BVTree &tree);
    3636
    37     virtual void drawBV(int depth) const;
    38     virtual void drawBVPolygon(int depth) const;
    39     virtual void drawBVBlended(int depth) const;
     37    virtual void drawBV(int depth, int drawMode) const;
    4038
    4139    void debug();
Note: See TracChangeset for help on using the changeset viewer.