aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMelanie2011-04-21 16:28:29 +0100
committerMelanie2011-04-21 16:28:29 +0100
commit09b6d717bf7c43b3dc60aba27c1ac085da26e36d (patch)
tree9346746bd392b679a35fbc969c1e46d9c9862745 /bin/OpenSimDefaults.ini
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentfix meshing failure on sculpt maps smaller than 64x64 (diff)
downloadopensim-SC-09b6d717bf7c43b3dc60aba27c1ac085da26e36d.zip
opensim-SC-09b6d717bf7c43b3dc60aba27c1ac085da26e36d.tar.gz
opensim-SC-09b6d717bf7c43b3dc60aba27c1ac085da26e36d.tar.bz2
opensim-SC-09b6d717bf7c43b3dc60aba27c1ac085da26e36d.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini10
1 files changed, 6 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 252ab8b..61eaf14 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -155,10 +155,6 @@
155 ; it may cause unexpected physics problems. 155 ; it may cause unexpected physics problems.
156 ;UseMeshiesPhysicsMesh = false 156 ;UseMeshiesPhysicsMesh = false
157 157
158 ; enable / disable Collada mesh support
159 ; default is true
160 ; ColladaMesh = true
161
162 ; Choose one of the physics engines below 158 ; Choose one of the physics engines below
163 ; OpenDynamicsEngine is by some distance the most developed physics engine 159 ; OpenDynamicsEngine is by some distance the most developed physics engine
164 ; basicphysics effectively does not model physics at all, making all objects phantom 160 ; basicphysics effectively does not model physics at all, making all objects phantom
@@ -460,6 +456,12 @@
460 CoalesceMultipleObjectsToInventory = true 456 CoalesceMultipleObjectsToInventory = true
461 457
462 458
459[Mesh]
460 ; enable / disable Collada mesh support
461 ; default is true
462 ColladaMesh = true
463
464
463[ODEPhysicsSettings] 465[ODEPhysicsSettings]
464 ;## 466 ;##
465 ;## World Settings 467 ;## World Settings