BulletSim: disable center-of-mass computation because it does not work yet

user_profiles
Robert Adams 2013-01-27 09:01:24 -08:00
parent 80f0a978db
commit 05adf4b30f
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ public sealed class BSLinksetCompound : BSLinkset
// Constraint linksets are rebuilt every time. // Constraint linksets are rebuilt every time.
// Note that this works for rebuilding just the root after a linkset is taken apart. // Note that this works for rebuilding just the root after a linkset is taken apart.
// Called at taint time!! // Called at taint time!!
private bool disableCOM = false; // disable until we get this debugged private bool disableCOM = true; // disable until we get this debugged
private void RecomputeLinksetCompound() private void RecomputeLinksetCompound()
{ {
try try