Changeset 10203 for code/branches/presentationFS14/src/external/bullet/BulletCollision/CollisionDispatch
- Timestamp:
- Jan 25, 2015, 11:15:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS14/src/external/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp
r10073 r10203 21 21 #include "LinearMath/btAabbUtil2.h" 22 22 #include "btManifoldResult.h" 23 #include <iostream>24 23 25 24 btCompoundCollisionAlgorithm::btCompoundCollisionAlgorithm( const btCollisionAlgorithmConstructionInfo& ci,btCollisionObject* body0,btCollisionObject* body1,bool isSwapped) … … 116 115 void ProcessChildShape(btCollisionShape* childShape,int index) 117 116 { 118 // std::cout << "PCS: " << childShape << std::endl; // FIXME: (noep) remove DEBUG 119 btAssert(index>=0); 117 btAssert(index>=0); 120 118 btCompoundShape* compoundShape = static_cast<btCompoundShape*>(m_compoundColObj->getCollisionShape()); 121 119 btAssert(index<compoundShape->getNumChildShapes());
Note: See TracChangeset
for help on using the changeset viewer.