Changeset 5481 in orxonox.OLD for trunk/src/lib/collision_detection/obb_tree_node.h
- Timestamp:
- Nov 3, 2005, 10:22:30 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/obb_tree_node.h
r5431 r5481 36 36 virtual void collideWith(BVTreeNode* treeNode, WorldEntity* nodeA, WorldEntity* nodeB); 37 37 38 virtual void drawBV(int depth, int drawMode );38 virtual void drawBV(int depth, int drawMode, const Vector& color = Vector(1,0,0), bool top = true) const; 39 39 40 40 void debug() const;
Note: See TracChangeset
for help on using the changeset viewer.