Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2005, 1:37:14 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: a collision is now marked with a white box, not yet fully functional, since there are mission some axis to check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.h

    r4700 r4702  
    3636    virtual void collideWith(BVTreeNode* treeNode, PNode* nodeA, PNode* nodeB);
    3737
    38     virtual void drawBV(int depth, int drawMode) const;
     38    virtual void drawBV(int depth, int drawMode);
    3939
    4040    void debug(void) const;
     
    5252    OBBTreeNode*        nodeLeft;                   //!< ref to the left tree node
    5353    OBBTreeNode*        nodeRight;                  //!< ref to the right tree node
    54 
    5554
    5655  private:
Note: See TracChangeset for help on using the changeset viewer.