Changeset 5684 in orxonox.OLD for trunk/src/lib/collision_detection/obb_tree_node.h
- Timestamp:
- Nov 21, 2005, 10:33:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/obb_tree_node.h
r5481 r5684 29 29 30 30 virtual void spawnBVTree(const int depth, sVec3D *verticesList, const int length); 31 virtual void spawnBVTree(const int depth, const modelInfo& modInfo); 31 32 32 33 BoundingVolume* getBV(int index) const { return (BoundingVolume*)this->bvElement; } … … 44 45 void calculateBoxEigenvectors(OBB* box, sVec3D* verticesList, int length); 45 46 void calculateBoxAxis(OBB* box, sVec3D* verticesList, int length); 47 48 void calculateBoxCovariance(OBB* box, const modelInfo& modInfo); 49 void calculateBoxEigenvectors(OBB* box, const modelInfo& modInfo); 50 void calculateBoxAxis(OBB* box, const modelInfo& modInfo); 51 52 46 53 void forkBox(OBB* box); 47 54
Note: See TracChangeset
for help on using the changeset viewer.