diff options
author | UbitUmarov | 2017-07-07 01:49:34 +0100 |
---|---|---|
committer | UbitUmarov | 2017-07-07 01:49:34 +0100 |
commit | dfef16297b51fb81550745aeea05bd10cb1fc766 (patch) | |
tree | 7bf32f09bb1b1a2dda3660a27c6a0c2016c39840 /OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs | |
parent | ubOde: but only do that if sphere is physical.. (diff) | |
download | opensim-SC-dfef16297b51fb81550745aeea05bd10cb1fc766.zip opensim-SC-dfef16297b51fb81550745aeea05bd10cb1fc766.tar.gz opensim-SC-dfef16297b51fb81550745aeea05bd10cb1fc766.tar.bz2 opensim-SC-dfef16297b51fb81550745aeea05bd10cb1fc766.tar.xz |
ubOde don't use old ode body sleep option, a few changes on sleep control, update ode.dll (windows, others needed) (keep older versions.. bc.. well bugs happen)
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs index 844d02b..5758e0a 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs | |||
@@ -481,7 +481,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
481 | contactsPerCollision = physicsconfig.GetInt("contacts_per_collision", contactsPerCollision); | 481 | contactsPerCollision = physicsconfig.GetInt("contacts_per_collision", contactsPerCollision); |
482 | 482 | ||
483 | geomDefaultDensity = physicsconfig.GetFloat("geometry_default_density", geomDefaultDensity); | 483 | geomDefaultDensity = physicsconfig.GetFloat("geometry_default_density", geomDefaultDensity); |
484 | bodyFramesAutoDisable = physicsconfig.GetInt("body_frames_auto_disable", bodyFramesAutoDisable); | 484 | // bodyFramesAutoDisable = physicsconfig.GetInt("body_frames_auto_disable", bodyFramesAutoDisable); |
485 | 485 | ||
486 | physics_logging = physicsconfig.GetBoolean("physics_logging", false); | 486 | physics_logging = physicsconfig.GetBoolean("physics_logging", false); |
487 | physics_logging_interval = physicsconfig.GetInt("physics_logging_interval", 0); | 487 | physics_logging_interval = physicsconfig.GetInt("physics_logging_interval", 0); |