Changeset 8843 in orxonox.OLD for branches/multi_player_map/src
- Timestamp:
- Jun 28, 2006, 11:27:51 AM (18 years ago)
- Location:
- branches/multi_player_map/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/lib/collision_detection/obb_tree_node.cc
r8842 r8843 456 456 457 457 458 float distanceMax = nodeA->radius + nodeB->radius; 458 float distanceMax = this->bvElement->radius + ((OBBTreeNode*)treeNode)->bvElement->radius; 459 459 460 float distance = fabs((nodeA->getAbsCoor() - nodeB->getAbsCoor()).len()); 461 462 PRINTF(5)(" %s vs %s: distanceMax: %f, distance: %f\n", nodeA->getClassName(), nodeB->getClassName(), distanceMax, distance); 460 463 461 464 -
branches/multi_player_map/src/util/object_manager.cc
r8362 r8843 212 212 "background", 213 213 "common", 214 215 "players", 216 "players-proj", 214 217 215 218 "group00",
Note: See TracChangeset
for help on using the changeset viewer.