Changeset 5210 in orxonox.OLD for trunk/src/lib/collision_detection
- Timestamp:
- Sep 21, 2005, 12:01:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/obb_tree_node.cc
r5115 r5210 175 175 { 176 176 /* fist compute all the convex hull face/facelets and centroids */ 177 for(int i = 0; i < length; i+=3) /* FIX-ME-QUICK: hops of 3, array indiscontinuity*/177 for(int i = 0; i+3 < length ; i+=3) /* FIX-ME-QUICK: hops of 3, array indiscontinuity*/ 178 178 { 179 179 p = verticesList[i];
Note: See TracChangeset
for help on using the changeset viewer.