mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* This fixes BulletDotNET so it can now be used on linux.
This commit is contained in:
@@ -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();
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user