Changeset 9183 in orxonox.OLD for branches/presentation/src/lib/collision_detection/obb_tree_node.cc
- Timestamp:
- Jul 5, 2006, 6:19:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/collision_detection/obb_tree_node.cc
r9174 r9183 113 113 114 114 115 PRINTF(0)("half length %f, %f, %f ", this->bvElement->halfLength[0], this->bvElement->halfLength[1], this->bvElement->halfLength[2]);115 PRINTF(0)("half length %f, %f, %f\n", this->bvElement->halfLength[0], this->bvElement->halfLength[1], this->bvElement->halfLength[2]); 116 116 PRINTF(0)("center:\n"); 117 117 this->bvElement->center.debug(); 118 118 119 this->flag = true; 119 120 }
Note: See TracChangeset
for help on using the changeset viewer.