aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example12
1 files changed, 9 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 1a61425..43af529 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -6,11 +6,15 @@ gridmode = false
6; sticking to the basic shapes the engine does support. Usually this is only a box. 6; sticking to the basic shapes the engine does support. Usually this is only a box.
7; Meshmerizer gives a better handling of complex prims by using triangle meshes. 7; Meshmerizer gives a better handling of complex prims by using triangle meshes.
8; Note, that only ODE physics currently deals with meshed prims in a satisfactoring way 8; Note, that only ODE physics currently deals with meshed prims in a satisfactoring way
9; ZeroMesher currently has a memory locking issue. 9;
10; meshing = ZeroMesher 10meshing = ZeroMesher
11meshing = Meshmerizer 11;meshing = Meshmerizer
12 12
13; Choose one of the physics engines below
13physics = basicphysics 14physics = basicphysics
15;physics = OpenDynamicsEngine
16;physics = modified_BulletX
17
14; Prim Storage 18; Prim Storage
15; if you would like to use sqlite uncomment the following line (and 19; if you would like to use sqlite uncomment the following line (and
16; comment the NullStorage line) 20; comment the NullStorage line)
@@ -24,6 +28,8 @@ serverside_object_permissions = false
24; to try sqlite as the asset database , comment out the above line, and uncomment following one 28; to try sqlite as the asset database , comment out the above line, and uncomment following one
25asset_database = "sqlite" 29asset_database = "sqlite"
26verbose = true 30verbose = true
31
32; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true.
27physical_prim = true 33physical_prim = true
28 34
29[StandAlone] 35[StandAlone]