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