Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2006, 12:00:01 PM (18 years ago)
Author:
patrick
Message:

bsp: better debug output

File:
1 edited

Legend:

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

    r8338 r8341  
    6363//   collision->getEntityB()->getAbsCoor().debug();
    6464
    65   collision->getEntityB()->setVelocity(Vector());
    66   collision->getEntityB()->setAbsCoor(this->lastPositions[5]);
     65  PRINTF(0)("Collision with Ground: \n");
     66  collision->getEntityB()->getAbsCoor().debug();
     67
     68  //collision->getEntityB()->setVelocity(Vector());
     69  //collision->getEntityB()->setAbsCoor(this->lastPositions[5]);
    6770}
    6871
Note: See TracChangeset for help on using the changeset viewer.