Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 27, 2006, 3:29:10 PM (18 years ago)
Author:
snellen
Message:

continued working on turning:turning doesn't quite work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc

    r8824 r8829  
    6969  AABB* box = collision->getEntityB()->getModelAABB();
    7070
    71   if( box != NULL)
    72   {
    73     PRINTF(0)("collpos:\n");
    74     Vector collPos =  ce->getCollisionPosition();
    75     collPos.debug();
    7671
    77   }
    78 
    79 #if 0
    8072  if( box != NULL)
    8173    height = ( ce->getCollisionPosition() - collision->getEntityB()->getAbsCoor() )*(-1.0f) ;
     
    134126
    135127  }// if(box!= NULL)
    136 #endif
     128
    137129  /*
    138130  PRINTF(0)("Collision with Ground: \n");
Note: See TracChangeset for help on using the changeset viewer.