PhysicsEngines

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Physics Testing Videos)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Quicklinks}}
 
{{Quicklinks}}
==Introduction==
+
== Introduction ==
The physics engines currently available for use in OpenSim are "basicphysics", "POS" and "OpenDynamicsEngine". As of OpenSim 0.6.9, the plugin "OpenDynamicsEngine" is the default and can be seen in the <tt>OpenSim.ini</tt> file.  
+
'''Note: Much of this page was written in November 2009.  The OpenDynamicsEngine OpenSimulator plugin is not currently under any significant active development as the [[BulletSim]] physics plugin will likely become the default in the next release of OpenSimulator. However, as of OpenSimulator 0.7.6, [[BulletSim]] is still considered experimental.''' -- [[User:Justincc|Justincc]] 20:45, 19 November 2013 (UTC)
  
'''In Linux you must run the included shell script, <tt>opensim-ode.sh</tt> or type <tt>ulimit -s 262144</tt> before running mono OpenSim.exe if you plan on having a large number of physics objects (each avatar is a physics object, as well as those which have the physics flag set on the simulator).  The ulimit -s 262144 in Linux protects you against stack collisions and corrupted memory when there are a large amount of physical objects roaming around.'''
+
'''Note: [[BulletSim]] has become the default. Refer to the [[BulletSim]] pages for setup and operation''' -- [[User:Misterblue|Misterblue]] 17:54, 06 June 2014 (UTC)
  
ODE has received the bulk of testing. As of 2010 it supports collisions with all prims (cubes, spheres, cylinders etc) with any combination of distortions including hollow, taper, twist, path cut etc. In combination with Meshmerizer it also supports correctly colliding with sculpted prims. As of 2007 Bullet supported box-shaped prims and appears stable; there had been little testing, and it is known to have issues with friction (you skate around on non-level surfaces).
+
The physics engines currently available for use in OpenSimulator are "basicphysics", "POS" and "OpenDynamicsEngine". As of OpenSimulator 0.6.9, the plugin "OpenDynamicsEngine" is the default and can be seen in the <tt>OpenSim.ini</tt> file.  
  
==Compiling ODE from source==
+
ODE has received the bulk of testing. As of 2010 it supports collisions with all prims (cubes, spheres, cylinders etc) with any combination of distortions including hollow, taper, twist, path cut etc. In combination with Meshmerizer it also supports correctly colliding with sculpted prims.
  
OpenSim currently bundles r1755 of ODE (a revision post 0.11.1).  The code is in the [[Opensim-libs git repository]], in the trunk/unmanaged/OpenDynamicsEngine-r1755/ directory. This directory has a few patches applied to ODE specifically for OpenSim ("git log" to see information about these). It also has instructions on how to build the code and install for OpenSimulator.
+
== ODE Plugin ==
 +
'''In Linux you should consider using included shell script, <tt>opensim-ode.sh</tt> or type <tt>ulimit -s 262144</tt> before running mono OpenSim.exe if you plan on having a large number of physics objects (each avatar is a physics object, as well as those which have the physics flag set on the simulator). The ulimit -s 262144 in Linux protects you against stack collisions and corrupted memory when there are a large amount of physical objects roaming around.'''
  
===Old compile instructions===
+
Currently, the ODE Plugin suports collisions Av2Av, Av2Prim and Prim2Prim. Avies and (active)physical prim movement supported.
 +
 
 +
The currently collision behavior is:
 +
* For avies, a capsule of .2m of radius and a length based on the avatar height and 80Kg of mass
 +
* For prims, like a Box or Sphere with a mass of a Box of = 0.5Kg/l = 0.5Kg/dm3 = 500Kg/m3.
 +
 
 +
* Prim are separated into ~30m space islands with their own bounding box to speed 'near' calculation.
 +
 
 +
* friction is reduced on avatar to object/ground collisions when the avatar is moving
 +
 
 +
=== To-do list (next changes) ===
 +
* This plugin is not currently under active development.  However, patches which implement extra functionality without any danger of regressions are still welcome.
 +
 
 +
=== Known bugs ===
 +
* Vehicle support is incomplete.
 +
 
 +
=== Recent changes ===
 +
 
 +
=== Compiling from source ===
 +
 
 +
OpenSimulator currently bundles r1755 of ODE (a revision post 0.11.1). The code is in the [[Opensim-libs git repository]], in the trunk/unmanaged/OpenDynamicsEngine-r1755/ directory. This directory has a few patches applied to ODE specifically for OpenSimulator ("git log" to see information about these). It also has instructions on how to build the code and install for OpenSimulator.
 +
 
 +
==== Old compile instructions ====
  
 
(Kept for now for comparison and historical purposes).
 
(Kept for now for comparison and historical purposes).
  
====Linux====
+
===== Linux =====
  
 
Ensure that the file ../ou/bootstrap is executable and then bootstrap the build process as follows:
 
Ensure that the file ../ou/bootstrap is executable and then bootstrap the build process as follows:
Line 39: Line 62:
 
  ./configure --enable-shared --disable-demos
 
  ./configure --enable-shared --disable-demos
  
(I used to suggest --with-trimesh=gimpact, but no longer. As of ODE 0.9, Opcode is the preferred and best-supported collision library)
+
(I used to suggest --with-trimesh=gimpact, but no longer. As of ODE 0.9, Opcode is the preferred and best-supported collision library)
  
This should create a <tt>libode.a</tt> and <tt>lidode.so</tt> file in the <tt>src/ode</tt> subdirectory. Copy these two files to the opensim <tt>bin</tt> directory (after having backed up the original files there). [er, I don't think the .a file is necessary to put in bin!]
+
This should create a <tt>libode.a</tt> and <tt>lidode.so</tt> file in the <tt>src/ode</tt> subdirectory. Copy these two files to the opensim <tt>bin</tt> directory (after having backed up the original files there). [er, I don't think the .a file is necessary to put in bin!]
  
 
Try to play a bit with the avatar-settings in OpenSim.ini, if the avatar has it's feet stick in the terrain or if the basic-position is crouching.
 
Try to play a bit with the avatar-settings in OpenSim.ini, if the avatar has it's feet stick in the terrain or if the basic-position is crouching.
These settings seem to work on Linux64: (Note that these are old settings and may not work with the latest OpenSim versions)
+
These settings seem to work on Linux64: (Note that these are old settings and may not work with the latest OpenSimulator versions)
 
  av_capsule_radius = 0.68
 
  av_capsule_radius = 0.68
 
  av_capsule_standup_tensor_linux = 1900000
 
  av_capsule_standup_tensor_linux = 1900000
 
  av_density = 90
 
  av_density = 90
  
====Mac OS X====
+
===== Mac OS X =====
  
 
You can use essentially the same build process on OS X as on Linux,
 
You can use essentially the same build process on OS X as on Linux,
Line 56: Line 79:
 
First, the <tt>autogen.sh</tt> script tries to automatically determine
 
First, the <tt>autogen.sh</tt> script tries to automatically determine
 
the name of the libtoolize binary (which is named glibtoolize on OS
 
the name of the libtoolize binary (which is named glibtoolize on OS
X). To do this, it uses the <tt>which</tt> command under bash, but
+
X). To do this, it uses the <tt>which</tt> command under bash, but
the error code returned by <tt>which</tt> is always 0 in bash. If you
+
the error code returned by <tt>which</tt> is always 0 in bash. If you
 
see an error message like this:
 
see an error message like this:
  
Line 66: Line 89:
 
and re-run it.
 
and re-run it.
  
Also, you must have automake 1.10 or later. You can check your
+
Also, you must have automake 1.10 or later. You can check your
 
current version with:
 
current version with:
  
Line 72: Line 95:
  
 
You can get version 1.10 from [http://www.macports.org/ MacPorts] or
 
You can get version 1.10 from [http://www.macports.org/ MacPorts] or
[http://www.finkproject.org/ fink] if yours is older. Be sure to
+
[http://www.finkproject.org/ fink] if yours is older. Be sure to
 
place the new binary directories ahead of your system binary
 
place the new binary directories ahead of your system binary
directories in your PATH. You may have to open a new shell for your
+
directories in your PATH. You may have to open a new shell for your
 
changes to take effect.
 
changes to take effect.
  
Then you can follow the Linux instructions to build the library. When it has built, copy the <tt>ode/src/.libs/libode.dylib</tt> file to the OpenSim <tt>bin</tt> directory.
+
Then you can follow the Linux instructions to build the library. When it has built, copy the <tt>ode/src/.libs/libode.dylib</tt> file to the OpenSimulator <tt>bin</tt> directory.
  
====Windows====
+
===== Windows =====
  
The standard distribution has a build directory, in which you will find subdirs for several Microsoft compilers.
+
The standard distribution has a build directory, in which you will find subdirs for several Microsoft compilers.  
  
The standard .sln files (at least for VS2005) compile ode.dll such that it depends on at least two Microsoft runtime dll's. This can cause failure and confusion, so do the following:
+
The standard .sln files (at least for VS2005) compile ode.dll such that it depends on at least two Microsoft runtime dll's. This can cause failure and confusion, so do the following:
 
Right-click on ode in Solution Explorer, and select properties.
 
Right-click on ode in Solution Explorer, and select properties.
 
under Configuration Properties/General, change "Use of MFC" to read "Use MFC in a Static Library"
 
under Configuration Properties/General, change "Use of MFC" to read "Use MFC in a Static Library"
  
Under Configuration Properties/Linker/System.   Change Stack Reserve Size to 262144000.   Click the OK button then compile as usual.
+
Under Configuration Properties/Linker/System. Change Stack Reserve Size to 262144000. Click the OK button then compile as usual.
  
== ODE Plugin in OpenSim ==
+
== POS Plugin ==
Currently, the ODE Plugin suports collisions Av2Av, Av2Prim and Prim2Prim. Avies and (active)physical prim movement supported.  
+
POS is Physics Of Simplicity. It is BasicPhysics with collisions.
  
The currently collision behavior is:
+
I took out my old wiki stuff because it was just plain wrong. The algorithm which is implemented in POS does ''not'' model the avatar as a sphere; rather, it models it as a rectilinear solid, same as the prims. However, collision detection is always done in the rotational frame of the prim, so depending on which prim you check against, the avatar is actually oriented differently.
* For avies, a capsule of .2m of radius and a length based on the avatar height and 80Kg of mass
+
* For prims, like a Box or Sphere with a mass of a Box of = 0.5Kg/l = 0.5Kg/dm3 = 500Kg/m3.
+
 
+
* Prim are separated into ~30m space islands with their own bounding box to speed 'near' calculation.
+
 
+
* friction is reduced on avatar to object/ground collisions when the avatar is moving
+
 
+
=== To-do list (next changes) ===
+
* Tune all collisions
+
* DONE: Introduce Prim Shape Type to have more than the box shape using the Meshmerizer tri-mesh generator
+
* Fix bugs
+
* Physical(active) Linksets
+
* Vehicles (almost done, waiting on implementation of LSL functions)
+
 
+
==== Known bugs ====
+
* Linkset + Physical/Active are not working: ''Making a linkset physical, leaves the geometries of it's child prim where they are..  even if the root prim moves.'' Probably fixed by now.
+
* Certain distributions of Debian utilize 100% of the CPU while running the ODEPlugin. 
+
* ODE Asserts
+
 
+
==== Recent changes ====
+
* Implemented Grab and Throw
+
* Implemented llApplyImpulse in the global frame
+
* Replaced the 'Avatar Wobble' with an 'Angular Motor' to keep the avatar capsule from toppling.  Results in less bouncing and improved stability.
+
* Linksets are now collidable as long as they are not set Physical(active)
+
 
+
== POS Plugin in OpenSim ==
+
POS is Physics Of Simplicity.  It is BasicPhysics with collisions.
+
 
+
I took out my old wiki stuff because it was just plain wrong. The algorithm which is implemented in POS does <i>not</i> model the avatar as a sphere; rather, it models it as a rectilinear solid, same as the prims. However, collision detection is always done in the rotational frame of the prim, so depending on which prim you check against, the avatar is actually oriented differently.
+
  
 
=== To-do list (next changes) ===
 
=== To-do list (next changes) ===
 
* TODO
 
* TODO
  
==== Known bugs ====
+
=== Known bugs ===
 
* TODO
 
* TODO
  
==Old plugins==
+
== Old plugins ==
  
 
These are plugins that are no longer maintained and have been removed from OpenSimulator.
 
These are plugins that are no longer maintained and have been removed from OpenSimulator.
  
 
=== BulletX Plugin in OpenSim: Modified BulletX ===
 
=== BulletX Plugin in OpenSim: Modified BulletX ===
BulletX Plugin in OpenSim runs the modified version of BulletX. The original version of BulletX runs under and has code-dependencies with MS.XNA. The orginal BulletX can be found at [http://www.codeplex.com/xnadevru XNADev.ru]. The modified version removes all code dependencies with MS.XNA. On the other hand, it needs another library to work. This library is based on Mono.Xna and it's called MonoCompactMaths. The modified BulletX and the MonoXnaCompactMaths can be found on the svn of OpenSim. Because its code independency of MS.XNA, the modified BulletX should can be run under either MS.Net or Mono and, therefore, either Windows or Linux (obviously you can combine Windows + Mono)
+
As of 2007 Bullet supported box-shaped prims and appears stable; there had been little testing, and it is known to have issues with friction (you skate around on non-level surfaces)
 +
 
 +
BulletX Plugin in OpenSimulator runs the modified version of BulletX. The original version of BulletX runs under and has code-dependencies with MS.XNA. The orginal BulletX can be found at [http://www.codeplex.com/xnadevru XNADev.ru]. The modified version removes all code dependencies with MS.XNA. On the other hand, it needs another library to work. This library is based on Mono.Xna and it's called MonoCompactMaths. The modified BulletX and the MonoXnaCompactMaths can be found on the svn of OpenSimulator. Because its code independency of MS.XNA, the modified BulletX should can be run under either MS.Net or Mono and, therefore, either Windows or Linux (obviously you can combine Windows + Mono)
  
 
Currently, BulletX Plugin suports collisions Av2Av, Av2Prim and Prim2Prim. Prims and avies movement supported. By the way, collisions needs tunning. The currently collision's behavoir are:
 
Currently, BulletX Plugin suports collisions Av2Av, Av2Prim and Prim2Prim. Prims and avies movement supported. By the way, collisions needs tunning. The currently collision's behavoir are:
Line 149: Line 145:
 
* Icy bug: ''an avatar acts like it is on ice and tends to drift off the edge of the sim after a while''
 
* Icy bug: ''an avatar acts like it is on ice and tends to drift off the edge of the sim after a while''
 
* Crash on BulletX. You will find the next message in console sometimes: ''Overflow in AABB, object removed from simulation If you can reproduce this, please email bugs@continuousphysics.com Please include above information, your Platform, version of OS. Thanks.''
 
* Crash on BulletX. You will find the next message in console sometimes: ''Overflow in AABB, object removed from simulation If you can reproduce this, please email bugs@continuousphysics.com Please include above information, your Platform, version of OS. Thanks.''
* <del>Rotation doesn't seem to work</del><br>
+
* <del>Rotation doesn't seem to work</del><br />
 
+
==Physics Testing Videos==
+
 
+
===ODE===
+
* ODE 25 Physical Spheres on Windows Server 2008 Dual Pentium 3 1000mhz with 1 gb of ram. [01/24/2008 rev.3170]
+
  QuickTime > http://www.nebadonizumi.com/vid/opensim/windows2008_ODE_2.mov
+
  YouTube > http://www.youtube.com/watch?v=DGyhne2llRI
+
* 360 Physical Prims (Sim Crashes) [11/08/2007 rev.2308]<br>
+
  QuickTime > http://www.nebadonizumi.com/vid/opensim/opensim_ODE_physics_test_01.mov
+
  Stage6 > http://stage6.divx.com/user/3dlibre/video/1847652/
+
  YouTube > http://www.youtube.com/watch?v=Y0olsWlTc0A
+
* 180 Physical Prims (Sim Does Not Crash) [11/08/2007 rev.2308]<br>
+
  QuickTime > http://www.nebadonizumi.com/vid/opensim/opensim_ODE_physics_test_02.mov
+
  Stage6 > http://stage6.divx.com/user/3dlibre/video/1847715/
+
  YouTube > http://www.youtube.com/watch?v=9lR_2H7VODU
+
* 90 Physical Prims (Sim Does Not Crash) [11/08/2007 rev.2308]<br>
+
  Quicktime > http://www.nebadonizumi.com/vid/opensim/opensim_ODE_physics_test_03.mov
+
  Stage6 > http://stage6.divx.com/user/3dlibre/video/1847731/
+
  YouTube > http://www.youtube.com/watch?v=t9ulYO8I26Q
+
 
+
===BulletX===
+
* 360 Physical Prims (Sim Crashes) [11/08/2007 rev.2308]<br>
+
  QuickTime > http://www.nebadonizumi.com/vid/opensim/opensim_BulletX_physics_test_01.mov
+
  Stage6 > http://stage6.divx.com/user/3dlibre/video/1847745/
+
* 180 Physical Prims (Sim Crashes) [11/08/2007 rev.2308]<br>
+
  QuickTime > http://www.nebadonizumi.com/vid/opensim/opensim_BulletX_physics_test_02.mov
+
* 90 Physical Prims (Sim Crashes) [11/08/2007 rev.2308]<br>
+
  QuickTime > http://www.nebadonizumi.com/vid/opensim/opensim_BulletX_physics_test_03.mov
+
 
+
===Second Life Havok 1===
+
* 360 Physical Prims [11/08/2007]<br>
+
  http://www.nebadonizumi.com/vid/opensim/SecondLife_physics_test_01.mov
+
 
+
===Second Life Havok 4===
+
* 360 Physical Prims [11/08/2007]<br>
+
  http://www.nebadonizumi.com/vid/opensim/SecondLifeBetaHavok_physics_test_01.mov
+
* 1000 Physical Prims [11/09/2007]<br>
+
  http://www.nebadonizumi.com/vid/opensim/SecondLifeBetaHavok_physics_test_02.mov
+
* 1000 Physical Prims [11/09/2007]<br>
+
  http://www.nebadonizumi.com/vid/opensim/SecondLifeBetaHavok_physics_test_03.mov
+
  
 
[[Category:Development]]
 
[[Category:Development]]

Latest revision as of 02:34, 18 November 2017

Contents

[edit] Introduction

Note: Much of this page was written in November 2009. The OpenDynamicsEngine OpenSimulator plugin is not currently under any significant active development as the BulletSim physics plugin will likely become the default in the next release of OpenSimulator. However, as of OpenSimulator 0.7.6, BulletSim is still considered experimental. -- Justincc 20:45, 19 November 2013 (UTC)

Note: BulletSim has become the default. Refer to the BulletSim pages for setup and operation -- Misterblue 17:54, 06 June 2014 (UTC)

The physics engines currently available for use in OpenSimulator are "basicphysics", "POS" and "OpenDynamicsEngine". As of OpenSimulator 0.6.9, the plugin "OpenDynamicsEngine" is the default and can be seen in the OpenSim.ini file.

ODE has received the bulk of testing. As of 2010 it supports collisions with all prims (cubes, spheres, cylinders etc) with any combination of distortions including hollow, taper, twist, path cut etc. In combination with Meshmerizer it also supports correctly colliding with sculpted prims.

[edit] ODE Plugin

In Linux you should consider using included shell script, opensim-ode.sh or type ulimit -s 262144 before running mono OpenSim.exe if you plan on having a large number of physics objects (each avatar is a physics object, as well as those which have the physics flag set on the simulator). The ulimit -s 262144 in Linux protects you against stack collisions and corrupted memory when there are a large amount of physical objects roaming around.

Currently, the ODE Plugin suports collisions Av2Av, Av2Prim and Prim2Prim. Avies and (active)physical prim movement supported.

The currently collision behavior is:

  • For avies, a capsule of .2m of radius and a length based on the avatar height and 80Kg of mass
  • For prims, like a Box or Sphere with a mass of a Box of = 0.5Kg/l = 0.5Kg/dm3 = 500Kg/m3.
  • Prim are separated into ~30m space islands with their own bounding box to speed 'near' calculation.
  • friction is reduced on avatar to object/ground collisions when the avatar is moving

[edit] To-do list (next changes)

  • This plugin is not currently under active development. However, patches which implement extra functionality without any danger of regressions are still welcome.

[edit] Known bugs

  • Vehicle support is incomplete.

[edit] Recent changes

[edit] Compiling from source

OpenSimulator currently bundles r1755 of ODE (a revision post 0.11.1). The code is in the Opensim-libs git repository, in the trunk/unmanaged/OpenDynamicsEngine-r1755/ directory. This directory has a few patches applied to ODE specifically for OpenSimulator ("git log" to see information about these). It also has instructions on how to build the code and install for OpenSimulator.

[edit] Old compile instructions

(Kept for now for comparison and historical purposes).

[edit] Linux

Ensure that the file ../ou/bootstrap is executable and then bootstrap the build process as follows:

It might be necessary to make the bootstrap file executable(if it is not) with this optional next step:

$ cd ou
$ chmod +x bootstrap

Now get ready and run autogen

$ sh autogen.sh

and compile it as shown below. Depending on how permissions are setup, you may need to sudo for the make install step:

./configure --enable-shared --disable-demos --disable-asserts
make
make install
cp /usr/local/lib/libode.so /my/opensim/production/dir

If you run into issues after doing this try the debug library by using the following line;

./configure --enable-shared --disable-demos

(I used to suggest --with-trimesh=gimpact, but no longer. As of ODE 0.9, Opcode is the preferred and best-supported collision library)

This should create a libode.a and lidode.so file in the src/ode subdirectory. Copy these two files to the opensim bin directory (after having backed up the original files there). [er, I don't think the .a file is necessary to put in bin!]

Try to play a bit with the avatar-settings in OpenSim.ini, if the avatar has it's feet stick in the terrain or if the basic-position is crouching. These settings seem to work on Linux64: (Note that these are old settings and may not work with the latest OpenSimulator versions)

av_capsule_radius = 0.68
av_capsule_standup_tensor_linux = 1900000
av_density = 90
[edit] Mac OS X

You can use essentially the same build process on OS X as on Linux, but there are a couple of minor differences.

First, the autogen.sh script tries to automatically determine the name of the libtoolize binary (which is named glibtoolize on OS X). To do this, it uses the which command under bash, but the error code returned by which is always 0 in bash. If you see an error message like this:

autogen.sh: line 44: no: command not found

then open autogen.sh in a text editor and change the first

LIBTOOLIZE=`which libtoolize`
to
LIBTOOLIZE=`which glibtoolize`

and re-run it.

Also, you must have automake 1.10 or later. You can check your current version with:

automake --version

You can get version 1.10 from MacPorts or fink if yours is older. Be sure to place the new binary directories ahead of your system binary directories in your PATH. You may have to open a new shell for your changes to take effect.

Then you can follow the Linux instructions to build the library. When it has built, copy the ode/src/.libs/libode.dylib file to the OpenSimulator bin directory.

[edit] Windows

The standard distribution has a build directory, in which you will find subdirs for several Microsoft compilers.

The standard .sln files (at least for VS2005) compile ode.dll such that it depends on at least two Microsoft runtime dll's. This can cause failure and confusion, so do the following: Right-click on ode in Solution Explorer, and select properties. under Configuration Properties/General, change "Use of MFC" to read "Use MFC in a Static Library"

Under Configuration Properties/Linker/System. Change Stack Reserve Size to 262144000. Click the OK button then compile as usual.

[edit] POS Plugin

POS is Physics Of Simplicity. It is BasicPhysics with collisions.

I took out my old wiki stuff because it was just plain wrong. The algorithm which is implemented in POS does not model the avatar as a sphere; rather, it models it as a rectilinear solid, same as the prims. However, collision detection is always done in the rotational frame of the prim, so depending on which prim you check against, the avatar is actually oriented differently.

[edit] To-do list (next changes)

  • TODO

[edit] Known bugs

  • TODO

[edit] Old plugins

These are plugins that are no longer maintained and have been removed from OpenSimulator.

[edit] BulletX Plugin in OpenSim: Modified BulletX

As of 2007 Bullet supported box-shaped prims and appears stable; there had been little testing, and it is known to have issues with friction (you skate around on non-level surfaces)

BulletX Plugin in OpenSimulator runs the modified version of BulletX. The original version of BulletX runs under and has code-dependencies with MS.XNA. The orginal BulletX can be found at XNADev.ru. The modified version removes all code dependencies with MS.XNA. On the other hand, it needs another library to work. This library is based on Mono.Xna and it's called MonoCompactMaths. The modified BulletX and the MonoXnaCompactMaths can be found on the svn of OpenSimulator. Because its code independency of MS.XNA, the modified BulletX should can be run under either MS.Net or Mono and, therefore, either Windows or Linux (obviously you can combine Windows + Mono)

Currently, BulletX Plugin suports collisions Av2Av, Av2Prim and Prim2Prim. Prims and avies movement supported. By the way, collisions needs tunning. The currently collision's behavoir are:

  • For avies, like and sphere of 1m of radious and 50Kg of mass
  • For prims, like a Box of the prim-size and a mass that it depends of its sizes. The mass it's the mass of Box of water with density = 1Kg/l = 1Kg/dm3 = 1000Kg/m3 (Be water my friend! :D).

[edit] To-do list (next changes)

  • Tune collision
  • Introduce Prim Shape Type to have more than the box shape.
  • More than 1 region in a Sim and then more than 1 sim (grid)
  • Fix bugs

[edit] Known bugs

  • Icy bug: an avatar acts like it is on ice and tends to drift off the edge of the sim after a while
  • Crash on BulletX. You will find the next message in console sometimes: Overflow in AABB, object removed from simulation If you can reproduce this, please email bugs@continuousphysics.com Please include above information, your Platform, version of OS. Thanks.
  • Rotation doesn't seem to work
Personal tools
General
About This Wiki