Changeset 8829 in orxonox.OLD for branches/single_player_map/src/lib/collision_reaction
- Timestamp:
- Jun 27, 2006, 3:29:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc
r8824 r8829 69 69 AABB* box = collision->getEntityB()->getModelAABB(); 70 70 71 if( box != NULL)72 {73 PRINTF(0)("collpos:\n");74 Vector collPos = ce->getCollisionPosition();75 collPos.debug();76 71 77 }78 79 #if 080 72 if( box != NULL) 81 73 height = ( ce->getCollisionPosition() - collision->getEntityB()->getAbsCoor() )*(-1.0f) ; … … 134 126 135 127 }// if(box!= NULL) 136 #endif 128 137 129 /* 138 130 PRINTF(0)("Collision with Ground: \n");
Note: See TracChangeset
for help on using the changeset viewer.