enable convex polyhedra (btConvexHullShape) for multi-threaded version

This commit is contained in:
ejcoumans
2007-06-13 06:01:56 +00:00
parent 50f957eff1
commit 2b39be94a3
3 changed files with 84 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ bool SpuMinkowskiPenetrationDepthSolver::calcPenDepth( SpuVoronoiSimplexSolver&
SpuClosestPointInput input;
input.m_convexVertexData = convexVertexData;
btVector3 newOrg = transA.getOrigin() + offset;
btTransform displacedTrans = transA;