Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2006, 3:55:03 PM (17 years ago)
Author:
patrick
Message:

cd with bsp model works again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/cr_engine.cc

    r10006 r10007  
    166166        assert((*ci)->getEntityA() != NULL && (*ci)->getEntityB() != NULL);
    167167
    168         PRINTF(0)("CR CHECK: collision between: %s, %s\n", (*ci)->getEntityA()->getClassName().c_str(), (*ci)->getEntityB()->getClassName().c_str());
     168//         PRINTF(0)("CR CHECK: collision between: %s, %s\n", (*ci)->getEntityA()->getClassName().c_str(), (*ci)->getEntityB()->getClassName().c_str());
    169169
    170170        // check if entity A or B is subscibed for this event
     
    173173        {
    174174          this->_reactionList[i]->reactToCollision(*ci);
    175           PRINTF(0)("react to %i\n", i);
     175          PRINTF(0)("executing reaction: %s, between %s - %s\n", this->_reactionList[i]->getClassName().c_str(), (*ci)->getEntityA()->getClassName().c_str(), (*ci)->getEntityB()->getClassName().c_str());
    176176        }
    177177      }
Note: See TracChangeset for help on using the changeset viewer.