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
parent
c87751a822
commit
a4367e75d3
|
@ -637,13 +637,12 @@
|
||||||
[Mesh]
|
[Mesh]
|
||||||
; enable / disable Collada mesh support
|
; enable / disable Collada mesh support
|
||||||
; default is true
|
; default is true
|
||||||
; AllowMeshUpload = true
|
AllowMeshUpload = true
|
||||||
|
|
||||||
; if you use Meshmerizer and want collisions for meshies, setting this to 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
|
; 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
|
; mesh, and use it for collisions.
|
||||||
; it may cause unexpected physics problems.
|
UseMeshiesPhysicsMesh = true
|
||||||
;UseMeshiesPhysicsMesh = false
|
|
||||||
|
|
||||||
|
|
||||||
[ODEPhysicsSettings]
|
[ODEPhysicsSettings]
|
||||||
|
|
Loading…
Reference in New Issue