Set UseMeshiesPhysicsMesh = true in [Mesh] by default

This means that uploaded meshes will get a physics (collision) mesh if uploaded with that option via a viewer.
iar_mods
Justin Clark-Casey (justincc) 2012-02-07 23:15:23 +00:00
parent c87751a822
commit a4367e75d3
1 changed files with 3 additions and 4 deletions

View File

@ -637,13 +637,12 @@
[Mesh]
; enable / disable Collada mesh support
; default is true
; AllowMeshUpload = true
AllowMeshUpload = true
; if you use Meshmerizer and want collisions for meshies, setting this to true
; will cause OpenSim to attempt to decode meshies assets, extract the physics
; mesh, and use it for collisions. This is currently experimental code and enabling
; it may cause unexpected physics problems.
;UseMeshiesPhysicsMesh = false
; mesh, and use it for collisions.
UseMeshiesPhysicsMesh = true
[ODEPhysicsSettings]