minor: Change configuration text in config files to reflect the existing situation of BulletSim as the default physics engine.
parent
95eeb4dde8
commit
539165e6bd
|
@ -204,11 +204,12 @@
|
||||||
; meshing = ZeroMesher
|
; meshing = ZeroMesher
|
||||||
|
|
||||||
;; Choose one of the physics engines below
|
;; Choose one of the physics engines below
|
||||||
;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} OpenDynamicsEngine
|
;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} BulletSim
|
||||||
;; OpenDynamicsEngine is by some distance the most developed physics engine
|
;; BulletSim is the default physics engine. It provides the best performance and most functionality.
|
||||||
;; BulletSim is experimental and in active development.
|
;; BulletSim supports varregions.
|
||||||
;; basicphysics effectively does not model physics at all, making all
|
;; OpenDynamicsEngine was the previous default physics engine in OpenSimulator 0.7.6.1 and before.
|
||||||
;; objects phantom.
|
;; It continues to provide a workable physics implementation. It does not currently support varregions.
|
||||||
|
;; basicphysics effectively does not model physics at all, making all objects phantom.
|
||||||
;; Default is OpenDynamicsEngine
|
;; Default is OpenDynamicsEngine
|
||||||
; physics = OpenDynamicsEngine
|
; physics = OpenDynamicsEngine
|
||||||
; physics = BulletSim
|
; physics = BulletSim
|
||||||
|
|
|
@ -234,9 +234,12 @@
|
||||||
; to false if you have compatibility problems.
|
; to false if you have compatibility problems.
|
||||||
;CacheSculptMaps = true
|
;CacheSculptMaps = true
|
||||||
|
|
||||||
; Choose one of the physics engines below.
|
;; BulletSim is the default physics engine. It provides the best performance and most functionality.
|
||||||
; BulletSim is a high performance physics engine. It is the default OpenSimulator physics engine
|
;; BulletSim supports varregions.
|
||||||
; OpenDynamicsEngine is another developed physics engine that was the previous default in OpenSimulator 0.7.6 and before
|
;; OpenDynamicsEngine was the previous default physics engine in OpenSimulator 0.7.6.1 and before.
|
||||||
|
;; It continues to provide a workable physics implementation. It does not currently support varregions.
|
||||||
|
;; basicphysics effectively does not model physics at all, making all objects phantom.
|
||||||
|
;; Default is OpenDynamicsEngine
|
||||||
physics = BulletSim
|
physics = BulletSim
|
||||||
;physics = modified_BulletX
|
;physics = modified_BulletX
|
||||||
;physics = OpenDynamicsEngine
|
;physics = OpenDynamicsEngine
|
||||||
|
|
Loading…
Reference in New Issue