mantis 8218 make Meshmerizer UseMeshiesPhysicsMesh defualt to true, to match stated on ini files.

0.9.0-post-fixes
UbitUmarov 2017-07-27 16:23:08 +01:00
parent 6996bab4a1
commit 324bda8ab9
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing
private bool cacheSculptMaps = true;
private string decodedSculptMapPath = null;
private bool useMeshiesPhysicsMesh = false;
private bool useMeshiesPhysicsMesh = true;
private float minSizeForComplexMesh = 0.2f; // prims with all dimensions smaller than this will have a bounding box mesh

View File

@ -943,7 +943,7 @@
; Minimum user level required to upload meshes
;LevelUpload = 0
; support meshs on physics
; support meshes on physics
;UseMeshiesPhysicsMesh = true
;support convex shape type on normal prims