aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2012-02-07 23:30:48 +0000
committerMelanie2012-02-07 23:30:48 +0000
commit236e1c45f2f484aa97d5faae149dbc304608f592 (patch)
treef6bcc2b3ceae99a7789a5dc22e5fecfcfe8505e2 /bin
parentMerge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff)
parentSet UseMeshiesPhysicsMesh = true in [Mesh] by default (diff)
downloadopensim-SC_OLD-236e1c45f2f484aa97d5faae149dbc304608f592.zip
opensim-SC_OLD-236e1c45f2f484aa97d5faae149dbc304608f592.tar.gz
opensim-SC_OLD-236e1c45f2f484aa97d5faae149dbc304608f592.tar.bz2
opensim-SC_OLD-236e1c45f2f484aa97d5faae149dbc304608f592.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6e6e4eb..07e7533 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -637,13 +637,12 @@
637[Mesh] 637[Mesh]
638 ; enable / disable Collada mesh support 638 ; enable / disable Collada mesh support
639 ; default is true 639 ; default is true
640 ; AllowMeshUpload = true 640 AllowMeshUpload = true
641 641
642 ; if you use Meshmerizer and want collisions for meshies, setting this to true 642 ; if you use Meshmerizer and want collisions for meshies, setting this to true
643 ; will cause OpenSim to attempt to decode meshies assets, extract the physics 643 ; will cause OpenSim to attempt to decode meshies assets, extract the physics
644 ; mesh, and use it for collisions. This is currently experimental code and enabling 644 ; mesh, and use it for collisions.
645 ; it may cause unexpected physics problems. 645 UseMeshiesPhysicsMesh = true
646 ;UseMeshiesPhysicsMesh = false
647 646
648 647
649[ODEPhysicsSettings] 648[ODEPhysicsSettings]