aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0ef6880..925c343 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -149,9 +149,11 @@
149 149
150 ;; Choose one of the physics engines below 150 ;; Choose one of the physics engines below
151 ;; OpenDynamicsEngine is by some distance the most developed physics engine 151 ;; OpenDynamicsEngine is by some distance the most developed physics engine
152 ;; BulletSim is incomplete and experimental but in active development
152 ;; basicphysics effectively does not model physics at all, making all objects phantom 153 ;; basicphysics effectively does not model physics at all, making all objects phantom
153 ;; Default is OpenDynamicsEngine 154 ;; Default is OpenDynamicsEngine
154 ; physics = OpenDynamicsEngine 155 ; physics = OpenDynamicsEngine
156 ; physics = BulletSim
155 ; physics = basicphysics 157 ; physics = basicphysics
156 ; physics = POS 158 ; physics = POS
157 159