mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
BulletSim: disable center-of-mass computation because it does not work yet
This commit is contained in:
@@ -377,7 +377,7 @@ public sealed class BSLinksetCompound : BSLinkset
|
||||
// Constraint linksets are rebuilt every time.
|
||||
// Note that this works for rebuilding just the root after a linkset is taken apart.
|
||||
// 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()
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user