27 m_isSwapped(isSwapped),
28 m_sharedManifold(ci.m_manifold)
54 for (i=0;i<numChildren;i++)
56 if (compoundShape->getDynamicAabbTree())
74 for (i=0;i<numChildren;i++)
118 btAssert(index<compoundShape->getNumChildShapes());
125 btTransform newChildWorldTrans = orgTrans*childTrans ;
128 btVector3 aabbMin0,aabbMax0,aabbMin1,aabbMax1;
129 childShape->
getAabb(newChildWorldTrans,aabbMin0,aabbMax0);
226 const btDbvt* tree = compoundShape->getDynamicAabbTree();
241 for (
int m=0;m<manifoldArray.
size();m++)
243 if (manifoldArray[m]->getNumContacts())
272 for (i=0;i<numChildren;i++)
287 btVector3 aabbMin0,aabbMax0,aabbMin1,aabbMax1;
289 for (i=0;i<numChildren;i++)
293 childShape = compoundShape->getChildShape(i);
297 const btTransform& childTrans = compoundShape->getChildTransform(i);
298 newChildWorldTrans = orgTrans*childTrans ;
301 childShape->
getAabb(newChildWorldTrans,aabbMin0,aabbMax0);
339 for (i=0;i<numChildren;i++)
346 const btTransform& childTrans = compoundShape->getChildTransform(i);
353 if (frac<hitFraction)