PhysicsEngines

From OpenSimulator

Revision as of 20:43, 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 Vers. 0.8 from http://www.ode.org Unpack it, switch to the libode directory and compile it as follows:

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

Copy now the libode.a and libode.so files in the ode/src subdirectory 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 crash when starting OpenSim).

Personal tools
General
About This Wiki