diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8742313..7f2cba6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -204,11 +204,12 @@ | |||
204 | ; meshing = ZeroMesher | 204 | ; meshing = ZeroMesher |
205 | 205 | ||
206 | ;; Choose one of the physics engines below | 206 | ;; Choose one of the physics engines below |
207 | ;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} OpenDynamicsEngine | 207 | ;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} BulletSim |
208 | ;; OpenDynamicsEngine is by some distance the most developed physics engine | 208 | ;; BulletSim is the default physics engine. It provides the best performance and most functionality. |
209 | ;; BulletSim is experimental and in active development. | 209 | ;; BulletSim supports varregions. |
210 | ;; basicphysics effectively does not model physics at all, making all | 210 | ;; OpenDynamicsEngine was the previous default physics engine in OpenSimulator 0.7.6.1 and before. |
211 | ;; objects phantom. | 211 | ;; It continues to provide a workable physics implementation. It does not currently support varregions. |
212 | ;; basicphysics effectively does not model physics at all, making all objects phantom. | ||
212 | ;; Default is OpenDynamicsEngine | 213 | ;; Default is OpenDynamicsEngine |
213 | ; physics = OpenDynamicsEngine | 214 | ; physics = OpenDynamicsEngine |
214 | ; physics = BulletSim | 215 | ; physics = BulletSim |