mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* ODE Going to Time Step 0.020 = (1000\20) - ((1000\20) * .09) = ~45 pfps
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user