diff options
author | Teravus Ovares | 2008-01-28 04:31:40 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-28 04:31:40 +0000 |
commit | 035d8078475dc2893ef50dc11193a7016956ffc5 (patch) | |
tree | a983f27ef2c79ab2afe4c8478c12503316fa90f7 | |
parent | * Mostly ODE update. Things are a bit more behaved then the last experiment... (diff) | |
download | opensim-SC_OLD-035d8078475dc2893ef50dc11193a7016956ffc5.zip opensim-SC_OLD-035d8078475dc2893ef50dc11193a7016956ffc5.tar.gz opensim-SC_OLD-035d8078475dc2893ef50dc11193a7016956ffc5.tar.bz2 opensim-SC_OLD-035d8078475dc2893ef50dc11193a7016956ffc5.tar.xz |
* ODE Going to Time Step 0.020 = (1000\20) - ((1000\20) * .09) = ~45 pfps
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 610d4de..4175978 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -80,7 +80,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
80 | private const uint m_regionWidth = 256; | 80 | private const uint m_regionWidth = 256; |
81 | private const uint m_regionHeight = 256; | 81 | private const uint m_regionHeight = 256; |
82 | 82 | ||
83 | private static float ODE_STEPSIZE = 0.025f; | 83 | private static float ODE_STEPSIZE = 0.020f; |
84 | private static bool RENDER_FLAG = false; | 84 | private static bool RENDER_FLAG = false; |
85 | private static float metersInSpace = 29.9f; | 85 | private static float metersInSpace = 29.9f; |
86 | private IntPtr contactgroup; | 86 | private IntPtr contactgroup; |