From 07b0e2df6fadf6b2ce720a13d555028f03f73fe8 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 13 Jul 2007 17:52:11 +0000 Subject: Part two of Darok's Bullet physics plugin: added the actual plugin, although haven't added the project to prebuild.xml yet. Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan. --- OpenSim/Region/Application/OpenSimMain.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Application/OpenSimMain.cs') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index bc9537b..48997e2 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -373,6 +373,11 @@ namespace OpenSim this.m_physicsEngine = "OpenDynamicsEngine"; ScenePresence.PhysicsEngineFlying = true; break; + + case "BulletXEngine": + this.m_physicsEngine = "BulletXEngine"; + ScenePresence.PhysicsEngineFlying = true; + break; } configData.Commit(); -- cgit v1.1