mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
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.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user