diff options
author | gareth | 2007-03-26 01:08:10 +0000 |
---|---|---|
committer | gareth | 2007-03-26 01:08:10 +0000 |
commit | abd45596a7c5bf8533de7492fd97e536f9c04e91 (patch) | |
tree | 19605fce73ff72e6221d83e40c3fec610a62e59a /OpenSim.Physics/OdePlugin/OdePlugin.cs | |
parent | Brought in ODE native binaries (diff) | |
download | opensim-SC_OLD-abd45596a7c5bf8533de7492fd97e536f9c04e91.zip opensim-SC_OLD-abd45596a7c5bf8533de7492fd97e536f9c04e91.tar.gz opensim-SC_OLD-abd45596a7c5bf8533de7492fd97e536f9c04e91.tar.bz2 opensim-SC_OLD-abd45596a7c5bf8533de7492fd97e536f9c04e91.tar.xz |
Added -ode parameter
Updated buildscripts (to fix ODE references)
Fixed up ODE plugin to the point of being able to login and get weird bugs (no real movement code yet)
Diffstat (limited to 'OpenSim.Physics/OdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim.Physics/OdePlugin/OdePlugin.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim.Physics/OdePlugin/OdePlugin.cs index 3337a37..1dd3233 100644 --- a/OpenSim.Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim.Physics/OdePlugin/OdePlugin.cs | |||
@@ -85,6 +85,7 @@ namespace OpenSim.Physics.OdePlugin | |||
85 | d.WorldSetAutoDisableFlag(world, true); | 85 | d.WorldSetAutoDisableFlag(world, true); |
86 | d.WorldSetContactMaxCorrectingVel(world, 0.1f); | 86 | d.WorldSetContactMaxCorrectingVel(world, 0.1f); |
87 | d.WorldSetContactSurfaceLayer(world, 0.001f); | 87 | d.WorldSetContactSurfaceLayer(world, 0.001f); |
88 | this._heightmap=new double[65536]; | ||
88 | } | 89 | } |
89 | 90 | ||
90 | public override PhysicsActor AddAvatar(PhysicsVector position) | 91 | public override PhysicsActor AddAvatar(PhysicsVector position) |