diff options
author | UbitUmarov | 2017-07-27 16:23:08 +0100 |
---|---|---|
committer | UbitUmarov | 2017-07-27 16:23:08 +0100 |
commit | 324bda8ab96f4c6b17c221ea73842ca599270c00 (patch) | |
tree | b6c0c7f8896a89d4a7b761096a3bde0b4cec8145 /OpenSim | |
parent | display remaining pass time in hours, mins or seconds acording to value (diff) | |
download | opensim-SC_OLD-324bda8ab96f4c6b17c221ea73842ca599270c00.zip opensim-SC_OLD-324bda8ab96f4c6b17c221ea73842ca599270c00.tar.gz opensim-SC_OLD-324bda8ab96f4c6b17c221ea73842ca599270c00.tar.bz2 opensim-SC_OLD-324bda8ab96f4c6b17c221ea73842ca599270c00.tar.xz |
mantis 8218 make Meshmerizer UseMeshiesPhysicsMesh defualt to true, to match stated on ini files.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs index 4f95554..0d4b6b9 100644 --- a/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs +++ b/OpenSim/Region/PhysicsModules/Meshing/Meshmerizer/Meshmerizer.cs | |||
@@ -66,7 +66,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing | |||
66 | 66 | ||
67 | private bool cacheSculptMaps = true; | 67 | private bool cacheSculptMaps = true; |
68 | private string decodedSculptMapPath = null; | 68 | private string decodedSculptMapPath = null; |
69 | private bool useMeshiesPhysicsMesh = false; | 69 | private bool useMeshiesPhysicsMesh = true; |
70 | 70 | ||
71 | private float minSizeForComplexMesh = 0.2f; // prims with all dimensions smaller than this will have a bounding box mesh | 71 | private float minSizeForComplexMesh = 0.2f; // prims with all dimensions smaller than this will have a bounding box mesh |
72 | 72 | ||