Changeset 8938 in orxonox.OLD for branches/single_player_map/src
- Timestamp:
- Jun 30, 2006, 2:23:40 AM (18 years ago)
- Location:
- branches/single_player_map/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc
r8934 r8938 89 89 // calculate the collision position 90 90 Vector collPos = collision->getEntityB()->getAbsCoor() + box->center - ce->getCollisionPosition(); 91 92 91 93 92 // test the 3 axis differently -
branches/single_player_map/src/lib/graphics/importer/bsp_manager.cc
r8937 r8938 1001 1001 1002 1002 1003 PRINTF(0)("x and v\n");1004 worldEntity->getAbsDirX().debug();1005 worldEntity->getAbsDirV().debug();1003 // PRINTF(0)("x and v\n"); 1004 // worldEntity->getAbsDirX().debug(); 1005 // worldEntity->getAbsDirV().debug(); 1006 1006 1007 1007
Note: See TracChangeset
for help on using the changeset viewer.