mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
mantis 8218 make Meshmerizer UseMeshiesPhysicsMesh defualt to true, to match stated on ini files.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user