Differential D1739 Diff 5899 extern/bullet2/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp
Changeset View
Changeset View
Standalone View
Standalone View
extern/bullet2/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp
| Show First 20 Lines • Show All 106 Lines • ▼ Show 20 Lines | struct btCompoundCompoundLeafCallback : btDbvt::ICollide | ||||
| btCompoundCompoundLeafCallback (const btCollisionObjectWrapper* compound1ObjWrap, | btCompoundCompoundLeafCallback (const btCollisionObjectWrapper* compound1ObjWrap, | ||||
| const btCollisionObjectWrapper* compound0ObjWrap, | const btCollisionObjectWrapper* compound0ObjWrap, | ||||
| btDispatcher* dispatcher, | btDispatcher* dispatcher, | ||||
| const btDispatcherInfo& dispatchInfo, | const btDispatcherInfo& dispatchInfo, | ||||
| btManifoldResult* resultOut, | btManifoldResult* resultOut, | ||||
| btHashedSimplePairCache* childAlgorithmsCache, | btHashedSimplePairCache* childAlgorithmsCache, | ||||
| btPersistentManifold* sharedManifold) | btPersistentManifold* sharedManifold) | ||||
| :m_compound0ColObjWrap(compound1ObjWrap),m_compound1ColObjWrap(compound0ObjWrap),m_dispatcher(dispatcher),m_dispatchInfo(dispatchInfo),m_resultOut(resultOut), | :m_numOverlapPairs(0),m_compound0ColObjWrap(compound1ObjWrap),m_compound1ColObjWrap(compound0ObjWrap),m_dispatcher(dispatcher),m_dispatchInfo(dispatchInfo),m_resultOut(resultOut), | ||||
| m_childCollisionAlgorithmCache(childAlgorithmsCache), | m_childCollisionAlgorithmCache(childAlgorithmsCache), | ||||
| m_sharedManifold(sharedManifold), | m_sharedManifold(sharedManifold) | ||||
| m_numOverlapPairs(0) | |||||
| { | { | ||||
| } | } | ||||
| void Process(const btDbvtNode* leaf0,const btDbvtNode* leaf1) | void Process(const btDbvtNode* leaf0,const btDbvtNode* leaf1) | ||||
| ▲ Show 20 Lines • Show All 301 Lines • Show Last 20 Lines | |||||