add entries the the ini.example files for ubODE

avinationmerge
UbitUmarov 2015-09-12 21:46:40 +01:00
parent e9a56d5e19
commit caf298cda3
2 changed files with 12 additions and 5 deletions

View File

@ -244,6 +244,8 @@
;; Default is Meshmerizer
; meshing = Meshmerizer
; meshing = ZeroMesher
;; select ubODEMeshmerizer only with ubOde physics engine
; meshing = ubODEMeshmerizer
;; Choose one of the physics engines below
;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} BulletSim
@ -257,6 +259,9 @@
; physics = BulletSim
; physics = basicphysics
; physics = POS
;; alternative OpenDynamicsEngine engine. ubODEMeshmerizer meshing above MUST be selected also
;; see also ODEPhysicsSettings section
; physics = ubODE
;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine
;; Default script engine to use. Currently, we only have XEngine
@ -692,7 +697,6 @@
;; (see NINJA Physics, http://opensimulator.org/wiki/NINJA_Physics)
; use_NINJA_physics_joints = false
[RemoteAdmin]
;; This is the remote admin module, which uses XMLRPC requests to
;; manage regions from a web interface.

View File

@ -135,6 +135,8 @@
meshing = Meshmerizer
;meshing = ZeroMesher
; select ubODEMeshmerizer only with ubOde physics engine
; meshing = ubODEMeshmerizer
; Choose one of the physics engines below
; OpenDynamicsEngine is by some distance the most developed physics engine
@ -144,7 +146,8 @@
;physics = basicphysics
;physics = POS
;physics = modified_BulletX
; alternative OpenDynamicsEngine engine. ubODEMeshmerizer meshing above MUST be selected also
; physics = ubODE
; ##
; ## PERMISSIONS
; ##