aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2015-09-12 21:46:40 +0100
committerUbitUmarov2015-09-12 21:46:40 +0100
commitcaf298cda3d3b45b27fe3dd8d6c0313d46691a71 (patch)
treebfd9d671b7df16d8287fe1dcee155ef33c3496de /bin/OpenSim.ini.example
parentrename Ubit physics modules (diff)
downloadopensim-SC_OLD-caf298cda3d3b45b27fe3dd8d6c0313d46691a71.zip
opensim-SC_OLD-caf298cda3d3b45b27fe3dd8d6c0313d46691a71.tar.gz
opensim-SC_OLD-caf298cda3d3b45b27fe3dd8d6c0313d46691a71.tar.bz2
opensim-SC_OLD-caf298cda3d3b45b27fe3dd8d6c0313d46691a71.tar.xz
add entries the the ini.example files for ubODE
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index cab41f7..c44c033 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -244,7 +244,9 @@
244 ;; Default is Meshmerizer 244 ;; Default is Meshmerizer
245 ; meshing = Meshmerizer 245 ; meshing = Meshmerizer
246 ; meshing = ZeroMesher 246 ; meshing = ZeroMesher
247 247 ;; select ubODEMeshmerizer only with ubOde physics engine
248 ; meshing = ubODEMeshmerizer
249
248 ;; Choose one of the physics engines below 250 ;; Choose one of the physics engines below
249 ;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} BulletSim 251 ;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} BulletSim
250 ;; BulletSim is the default physics engine. It provides the best performance and most functionality. 252 ;; BulletSim is the default physics engine. It provides the best performance and most functionality.
@@ -257,6 +259,9 @@
257 ; physics = BulletSim 259 ; physics = BulletSim
258 ; physics = basicphysics 260 ; physics = basicphysics
259 ; physics = POS 261 ; physics = POS
262 ;; alternative OpenDynamicsEngine engine. ubODEMeshmerizer meshing above MUST be selected also
263 ;; see also ODEPhysicsSettings section
264 ; physics = ubODE
260 265
261 ;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine 266 ;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine
262 ;; Default script engine to use. Currently, we only have XEngine 267 ;; Default script engine to use. Currently, we only have XEngine
@@ -692,7 +697,6 @@
692 ;; (see NINJA Physics, http://opensimulator.org/wiki/NINJA_Physics) 697 ;; (see NINJA Physics, http://opensimulator.org/wiki/NINJA_Physics)
693 ; use_NINJA_physics_joints = false 698 ; use_NINJA_physics_joints = false
694 699
695
696[RemoteAdmin] 700[RemoteAdmin]
697 ;; This is the remote admin module, which uses XMLRPC requests to 701 ;; This is the remote admin module, which uses XMLRPC requests to
698 ;; manage regions from a web interface. 702 ;; manage regions from a web interface.