diff options
-rw-r--r-- | bin/OpenSimDefaults.ini | 7 |
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] |