aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example10
-rw-r--r--bin/mysql_connection.ini6
2 files changed, 13 insertions, 3 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
diff --git a/bin/mysql_connection.ini b/bin/mysql_connection.ini
index c8c6c8c..593727d 100644
--- a/bin/mysql_connection.ini
+++ b/bin/mysql_connection.ini
@@ -1,7 +1,7 @@
1[mysqlconnection] 1[mysqlconnection]
2hostname=localhost 2hostname=localhost
3database=database 3database=opensim
4username=username 4username=openSim
5password=password 5password=f1r3st0rm
6pooling=false 6pooling=false
7port=3306 \ No newline at end of file 7port=3306 \ No newline at end of file