From 035d8078475dc2893ef50dc11193a7016956ffc5 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Mon, 28 Jan 2008 04:31:40 +0000 Subject: [PATCH] * ODE Going to Time Step 0.020 = (1000\20) - ((1000\20) * .09) = ~45 pfps --- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 610d4de165..4175978884 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs @@ -80,7 +80,7 @@ namespace OpenSim.Region.Physics.OdePlugin private const uint m_regionWidth = 256; private const uint m_regionHeight = 256; - private static float ODE_STEPSIZE = 0.025f; + private static float ODE_STEPSIZE = 0.020f; private static bool RENDER_FLAG = false; private static float metersInSpace = 29.9f; private IntPtr contactgroup;