diff options
author | Robert Adams | 2012-08-15 11:33:38 -0700 |
---|---|---|
committer | Robert Adams | 2012-08-15 12:08:13 -0700 |
commit | 68f112888bd02b33e3b2f58f5b2adb90ce23e84b (patch) | |
tree | b7003425fe307b769176720ce5cc0349eccea33e /OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | |
parent | BulletSim: don't recreate mesh unless it needs it when rebuilding the hull. M... (diff) | |
download | opensim-SC-68f112888bd02b33e3b2f58f5b2adb90ce23e84b.zip opensim-SC-68f112888bd02b33e3b2f58f5b2adb90ce23e84b.tar.gz opensim-SC-68f112888bd02b33e3b2f58f5b2adb90ce23e84b.tar.bz2 opensim-SC-68f112888bd02b33e3b2f58f5b2adb90ce23e84b.tar.xz |
BulletSim: clean up detail logging by adding many more debug log statements and then commenting out most of the additions.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs index c197e61..5a9f135 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | |||
@@ -613,7 +613,7 @@ namespace OpenSim.Region.Physics.BulletSPlugin | |||
613 | MoveAngular(pTimestep); | 613 | MoveAngular(pTimestep); |
614 | LimitRotation(pTimestep); | 614 | LimitRotation(pTimestep); |
615 | 615 | ||
616 | DetailLog("{0},Dynamics,done,pos={1},force={2},velocity={3},angvel={4}", | 616 | DetailLog("{0},BSDynamics.Step,done,pos={1},force={2},velocity={3},angvel={4}", |
617 | m_prim.LocalID, m_prim.Position, m_prim.Force, m_prim.Velocity, m_prim.RotationalVelocity); | 617 | m_prim.LocalID, m_prim.Position, m_prim.Force, m_prim.Velocity, m_prim.RotationalVelocity); |
618 | }// end Step | 618 | }// end Step |
619 | 619 | ||