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.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0fbb777..1a61425 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1,5 +1,15 @@
1[Startup] 1[Startup]
2gridmode = false 2gridmode = false
3
4; Select a mesher here. ZeroMesher is save and fast.
5; ZeroMesher also means that the physics engine models the physics of prims
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.
8; Note, that only ODE physics currently deals with meshed prims in a satisfactoring way
9; ZeroMesher currently has a memory locking issue.
10; meshing = ZeroMesher
11meshing = Meshmerizer
12
3physics = basicphysics 13physics = basicphysics
4; Prim Storage 14; Prim Storage
5; if you would like to use sqlite uncomment the following line (and 15; if you would like to use sqlite uncomment the following line (and