improved deactivation, exposed more tweakable parameters to python,

fixed some copy/paste bug in inertia/inverse inertia.
colors in deactivation debug
This commit is contained in:
Erwin Coumans
2005-08-04 19:07:39 +00:00
parent b12f801681
commit 210ab537ce
27 changed files with 548 additions and 180 deletions

View File

@@ -917,7 +917,7 @@ void KX_ConvertBulletObject( class KX_GameObject* gameobj,
bm = new BoxShape(he);
bm->CalculateLocalInertia(ci.m_mass,ci.m_localInertiaTensor);
bm->SetMargin(0.05 * halfExtents.length());
break;
};
case KX_BOUNDCYLINDER: