Changeset 9103 in orxonox.OLD for branches/presentation/src/lib/collision_reaction/cr_physics_ground_walk.cc
- Timestamp:
- Jul 4, 2006, 4:54:36 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/collision_reaction/cr_physics_ground_walk.cc
r9101 r9103 118 118 back = collPos.len() - box->halfLength[0]; 119 119 120 PRINTF(0)("backward: back = %f\n", back);121 122 120 // object is beneath the plane (ground) 123 121 if( back <= 0.0f)
Note: See TracChangeset
for help on using the changeset viewer.