mirror of
https://github.com/opensim/opensim.git
synced 2026-07-28 03:46:04 +08:00
ubitODE reduced again a bit the max allowed correction velocity on colisions, to reduce a bit bouncing inerent to colisions.
This commit is contained in:
@@ -537,7 +537,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
// Essentially Steps * m_physicsiterations
|
||||
d.WorldSetQuickStepNumIterations(world, m_physicsiterations);
|
||||
|
||||
d.WorldSetContactMaxCorrectingVel(world, 100.0f);
|
||||
d.WorldSetContactMaxCorrectingVel(world, 60.0f);
|
||||
|
||||
spacesPerMeter = 1 / metersInSpace;
|
||||
spaceGridMaxX = (int)(WorldExtents.X * spacesPerMeter);
|
||||
|
||||
Reference in New Issue
Block a user