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)
This commit is contained in:
gareth
2007-03-26 01:08:10 +00:00
parent cafdc8c8ae
commit abd45596a7
20 changed files with 981 additions and 975 deletions

View File

@@ -39,7 +39,12 @@ namespace OpenSim
sim._physicsEngine = "RealPhysX";
OpenSim.world.Avatar.PhysicsEngineFlying = true;
}
}
if (args[i] == "-ode")
{
sim._physicsEngine = "OpenDynamicsEngine";
OpenSim.world.Avatar.PhysicsEngineFlying = true;
}
}
OpenSimRoot.Instance.GridServers = new Grid();