disable sphere-box again, it seems broken

http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=9&t=8456

fix some warnings
This commit is contained in:
erwin.coumans
2012-10-02 02:26:37 +00:00
parent 6284ded4a1
commit 74db95d827
3 changed files with 12 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ bool btPolyhedralConvexShape::initializePolyhedralFeatures(int shiftVerticesByMa
for (int p=0;p<planeEquations.size();p++)
{
btVector3 plane = planeEquations[p];
btScalar margin = getMargin();
// btScalar margin = getMargin();
plane[3] -= getMargin();
shiftedPlaneEquations.push_back(plane);
}