Changeset 7666 in orxonox.OLD for branches/cd/src/lib/collision_detection/obb_tree_node.cc
- Timestamp:
- May 18, 2006, 1:41:35 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cd/src/lib/collision_detection/obb_tree_node.cc
r7665 r7666 719 719 for( int i = 0; i < this->bvElement->modelInf->numTriangles; ++i) 720 720 { 721 PRINTF(2)("triangle[%i]\n", i);722 721 for(int j = 0; j < 3; ++j) 723 722 {
Note: See TracChangeset
for help on using the changeset viewer.