Changeset 10053 for code/branches/modularships/src/orxonox/Scene.cc
- Timestamp:
- May 13, 2014, 11:45:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/Scene.cc
r10036 r10053 345 345 int index0, const btCollisionObject* colObj1, int partId1, int index1) 346 346 { 347 orxout() << "collisionCb()" << endl;348 349 347 // get the WorldEntity pointers 350 348 SmartPtr<WorldEntity> object0 = static_cast<WorldEntity*>(colObj0->getUserPointer()); … … 362 360 modified |= object1->collidesAgainst(object0, cs0, cp); 363 361 364 orxout() << "collisionCb() completed." << endl;365 366 362 return modified; 367 363 }
Note: See TracChangeset
for help on using the changeset viewer.