Changeset 8847 in orxonox.OLD for branches/single_player_map/src/lib/collision_reaction
- Timestamp:
- Jun 28, 2006, 1:23:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc
r8836 r8847 66 66 // collision->getEntityB()->getAbsCoor().debug(); 67 67 68 floatheight;68 Vector height; 69 69 AABB* box = collision->getEntityB()->getModelAABB(); 70 70 WorldEntity* entity = collision->getEntityB(); 71 71 /* 72 72 float CR_MAX_WALK_HEIGHT = 2.0f; 73 73 … … 88 88 89 89 90 } 90 }*/ 91 91 92 92 … … 94 94 95 95 96 #if 096 //#if 0 97 97 if( box != NULL) 98 98 height = ( ce->getCollisionPosition() - collision->getEntityB()->getAbsCoor() )*(-1.0f) ; … … 151 151 152 152 }// if(box!= NULL) 153 #endif153 //#endif 154 154 /* 155 155 PRINTF(0)("Collision with Ground: \n");
Note: See TracChangeset
for help on using the changeset viewer.