mantis 8218 make Meshmerizer UseMeshiesPhysicsMesh defualt to true, to match stated on ini files.
parent
6996bab4a1
commit
324bda8ab9
|
@ -66,7 +66,7 @@ namespace OpenSim.Region.PhysicsModule.Meshing
|
||||||
|
|
||||||
private bool cacheSculptMaps = true;
|
private bool cacheSculptMaps = true;
|
||||||
private string decodedSculptMapPath = null;
|
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
|
private float minSizeForComplexMesh = 0.2f; // prims with all dimensions smaller than this will have a bounding box mesh
|
||||||
|
|
||||||
|
|
|
@ -943,7 +943,7 @@
|
||||||
; Minimum user level required to upload meshes
|
; Minimum user level required to upload meshes
|
||||||
;LevelUpload = 0
|
;LevelUpload = 0
|
||||||
|
|
||||||
; support meshs on physics
|
; support meshes on physics
|
||||||
;UseMeshiesPhysicsMesh = true
|
;UseMeshiesPhysicsMesh = true
|
||||||
|
|
||||||
;support convex shape type on normal prims
|
;support convex shape type on normal prims
|
||||||
|
|
Loading…
Reference in New Issue