Fix broken CDTestFramework
Avoid crash in BulletWorldImporter, ignoring 'invalid' constraints between two static bodies Use a bitfield for btCollisionObject::CollisionObjectTypes (to allow custom types that are derived from build-in types such as btRigidBody) Revert/improve softbody debug rendering
This commit is contained in:
@@ -379,7 +379,7 @@ BulletSAPCompleteBoxPruningTest::BulletSAPCompleteBoxPruningTest(int numBoxes,in
|
||||
methodname = "btSimpleBroadphase+btNullPairCache";
|
||||
break;
|
||||
|
||||
case 6:
|
||||
/* case 6:
|
||||
{
|
||||
methodname = "btMultiSapBroadphase";
|
||||
btMultiSapBroadphase* multiSap = new btMultiSapBroadphase(maxNumBoxes);
|
||||
@@ -416,6 +416,7 @@ BulletSAPCompleteBoxPruningTest::BulletSAPCompleteBoxPruningTest(int numBoxes,in
|
||||
|
||||
}
|
||||
break;
|
||||
*/
|
||||
case 7:
|
||||
{
|
||||
btDbvtBroadphase* pbp=new btDbvtBroadphase();
|
||||
|
||||
Reference in New Issue
Block a user