From caf298cda3d3b45b27fe3dd8d6c0313d46691a71 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 12 Sep 2015 21:46:40 +0100 Subject: add entries the the ini.example files for ubODE --- bin/OpenSim.ini.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bin/OpenSim.ini.example') 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 @@ ;; 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 ;; BulletSim is the default physics engine. It provides the best performance and most functionality. @@ -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. -- cgit v1.1