Add BulletSim physics option details to OpenSim.ini.example. Marked as in development and experimental.

This commit is contained in:
Justin Clark-Casey (justincc)
2011-09-17 01:13:07 +01:00
parent f950338124
commit 27af016381

View File

@@ -149,9 +149,11 @@
;; Choose one of the physics engines below
;; OpenDynamicsEngine is by some distance the most developed physics engine
;; BulletSim is incomplete and experimental but in active development
;; basicphysics effectively does not model physics at all, making all objects phantom
;; Default is OpenDynamicsEngine
; physics = OpenDynamicsEngine
; physics = BulletSim
; physics = basicphysics
; physics = POS