Changeset 8886 in orxonox.OLD for branches/single_player_map/src/lib/collision_reaction
- Timestamp:
- Jun 28, 2006, 7:01:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc
r8876 r8886 90 90 91 91 height = collPos.y - box->halfLength[1]; 92 PRINTF(0)("height: %f , model height: %f\n", height, box->halfLength[1]);93 PRINTF(0)(" ground normal: %f, %f, %f\n", normal.x, normal.y, normal.z);92 // PRINTF(0)("height: %f , model height: %f\n", height, box->halfLength[1]); 93 // PRINTF(0)(" ground normal: %f, %f, %f\n", normal.x, normal.y, normal.z); 94 94 95 95 // object is beneath the plane (ground)
Note: See TracChangeset
for help on using the changeset viewer.