From 0d4880d5cfe3835ab0d0b67427b60b5aedc3c50e Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Tue, 7 Apr 2009 03:33:28 +0000 Subject: * This fixes BulletDotNET so it can now be used on linux. --- .../BulletDotNETPlugin/BulletDotNETScene.cs | 2 ++ bin/libbulletnet.dll | Bin 350208 -> 351232 bytes bin/libbulletnet.so | Bin 4212382 -> 4223694 bytes 3 files changed, 2 insertions(+) diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs index 15c6798..b04c96e 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs @@ -118,12 +118,14 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin { mesher = meshmerizer; m_config = config; + /* if (Environment.OSVersion.Platform == PlatformID.Unix) { m_log.Fatal("[BulletDotNET]: This configuration is not supported on *nix currently"); Thread.Sleep(5000); Environment.Exit(0); } + */ m_broadphase = new btAxisSweep3(worldAabbMin, worldAabbMax, 16000); m_collisionConfiguration = new btDefaultCollisionConfiguration(); m_solver = new btSequentialImpulseConstraintSolver(); diff --git a/bin/libbulletnet.dll b/bin/libbulletnet.dll index f2f9c65..d4d110e 100644 Binary files a/bin/libbulletnet.dll and b/bin/libbulletnet.dll differ diff --git a/bin/libbulletnet.so b/bin/libbulletnet.so index 7530cdb..64e7f5f 100644 Binary files a/bin/libbulletnet.so and b/bin/libbulletnet.so differ -- cgit v1.1