30 m_isSwapped(isSwapped),
31 m_sharedManifold(ci.m_manifold)
57 for (i=0;i<numChildren;i++)
59 if (compoundShape->getDynamicAabbTree())
77 for (i=0;i<numChildren;i++)
121 btAssert(index<compoundShape->getNumChildShapes());
128 btTransform newChildWorldTrans = orgTrans*childTrans ;
131 btVector3 aabbMin0,aabbMax0,aabbMin1,aabbMax1;
132 childShape->
getAabb(newChildWorldTrans,aabbMin0,aabbMax0);
235 const btDbvt* tree = compoundShape->getDynamicAabbTree();
250 for (
int m=0;m<manifoldArray.
size();m++)
252 if (manifoldArray[m]->getNumContacts())
281 for (i=0;i<numChildren;i++)
296 btVector3 aabbMin0,aabbMax0,aabbMin1,aabbMax1;
298 for (i=0;i<numChildren;i++)
302 childShape = compoundShape->getChildShape(i);
306 const btTransform& childTrans = compoundShape->getChildTransform(i);
307 newChildWorldTrans = orgTrans*childTrans ;
310 childShape->
getAabb(newChildWorldTrans,aabbMin0,aabbMax0);
348 for (i=0;i<numChildren;i++)
355 const btTransform& childTrans = compoundShape->getChildTransform(i);
362 if (frac<hitFraction)