PhysicsEngines

From OpenSimulator

Revision as of 22:26, 4 September 2007 by Chi11ken (Talk | contribs)

Jump to: navigation, search

There are several physics engines available for use in OpenSim. Currently, they are "basicphysics", "OpenDynamicsEngine", "RealPhysX" & "bulletx". The plugin "basicphysics" is the default and can be seen in the OpenSim.ini file.

When starting OpenSim in either Windows or Linux, one can add -physics=OpenDynamicsEngine to run the OpenDynamicsEngine (ODE) instead of basicphysics, or change the corresponding parameter in OpenSim.ini.

When starting OpenSim in Windows, one can add -physics=RealPhysX if one has the appropriate DLL's which are not shipped with OpenSim due to EULA constraints.

To conclude, basicphysics & OpenDynamicsEngine both are appropriate for Linux and in addition, RealPhysX is appropriate as an option for Windows if the supporting DLL's are available.

Compiling ODE from source (Linux)

If you want to compile the OpenDynamicsEngine (ODE) by yourself, get the latest source code (Ver. 0.8.1-rc1 as of 20070905) from http://www.ode.org/. Unpack it, switch to the ode directory and compile it as follows:

./configure --with-trimesh=gimpact --enable-shared
make -k

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).

The above configuration parameters are the default as compiled for the libode that is shipped with OpenSim. You can also try to configure libode with: --with trimesh=opcode and/or --enable-double-precision (the latter may not work and may crash when starting OpenSim).

Personal tools
General
About This Wiki