As discussed on many previous occasions, switch the default physics engine in OpenSimulator from OpenDynamicsEngine to BulletSim.

The BulletSim plugin is higher performance and has a better implementation of vehicles amongst other things.
Many thanks to Robert Adams for making this possible with the enormous amount of work that he has done on this plugin.
If you want to continue using ODE, set physics = OpenDynamicsEngine in the [Startup] section of OpenSim.ini
link-sitting
Justin Clark-Casey (justincc) 2013-10-15 23:24:49 +01:00
parent d82d6bb1ec
commit acfe603a5f
1 changed files with 5 additions and 6 deletions

View File

@ -229,14 +229,13 @@
;CacheSculptMaps = true
; Choose one of the physics engines below.
; OpenDynamicsEngine is by some distance the most developed physics engine.
; BulletSim is a high performance, up-and-coming physics engine.
; basicphysics effectively does not model physics at all, making all objects phantom.
physics = OpenDynamicsEngine
; BulletSim is a high performance physics engine. It is the default OpenSimulator physics engine
; OpenDynamicsEngine is another developed physics engine that was the previous default in OpenSimulator 0.7.6 and before
physics = BulletSim
;physics = modified_BulletX
;physics = OpenDynamicsEngine
;physics = basicphysics
;physics = POS
;physics = modified_BulletX
;physics = BulletSim
; ##
; ## SCRIPT ENGINE