Changeset 4695 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/obb_tree_node.h
- Timestamp:
- Jun 24, 2005, 11:15:12 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree_node.h
r4685 r4695 33 33 inline void setTreeRef(OBBTree* tree) { this->obbTree = tree;} 34 34 35 virtual void collideWith( const BVTree &tree);35 virtual void collideWith(BVTreeNode* treeNode); 36 36 37 37 virtual void drawBV(int depth, int drawMode) const; … … 45 45 void forkBox(OBB* box); 46 46 47 bool overlapTest(OBB* boxA, OBB* boxB); 47 48 48 49 protected:
Note: See TracChangeset
for help on using the changeset viewer.