aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-02-07 23:15:23 +0000
committerJustin Clark-Casey (justincc)2012-02-07 23:15:23 +0000
commita4367e75d39b3c3ba8aa0481c8bcb11991f7bb54 (patch)
tree70b8e1cac9a4142296bf7e15a214cf4611addd24 /bin/OpenSimDefaults.ini
parentAdd start GC memory and end GC memory to object stress test printouts. (diff)
downloadopensim-SC_OLD-a4367e75d39b3c3ba8aa0481c8bcb11991f7bb54.zip
opensim-SC_OLD-a4367e75d39b3c3ba8aa0481c8bcb11991f7bb54.tar.gz
opensim-SC_OLD-a4367e75d39b3c3ba8aa0481c8bcb11991f7bb54.tar.bz2
opensim-SC_OLD-a4367e75d39b3c3ba8aa0481c8bcb11991f7bb54.tar.xz
Set UseMeshiesPhysicsMesh = true in [Mesh] by default
This means that uploaded meshes will get a physics (collision) mesh if uploaded with that option via a viewer.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 01cf791..62fe9d4 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]