Why my m_ghostObject go through btSoftBody?
Why I don't recive the getContactPoint with btSoftBody but only with others?
There is a way to get contant?
please help me!!!!!!!!!!!!!!


Code: Select all
btBroadphasePair* collisionPair = m_broadphase->getOverlappingPairCache()->getOverlappingPairArrayPtr();
Code: Select all
btBroadphasePair* collisionPair = m_broadphase->getOverlappingPairCache()->findPair(pair.m_pProxy0,pair.m_pProxy1);