mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Group collada meshies settings under [Mesh] in OpensimDefaults.ini
This commit is contained in:
@@ -149,12 +149,6 @@
|
||||
; to false if you have compatibility problems.
|
||||
;CacheSculptMaps = 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
|
||||
|
||||
; Choose one of the physics engines below
|
||||
; OpenDynamicsEngine is by some distance the most developed physics engine
|
||||
; basicphysics effectively does not model physics at all, making all objects phantom
|
||||
@@ -461,6 +455,12 @@
|
||||
; default is true
|
||||
; ColladaMesh = 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
|
||||
|
||||
|
||||
[ODEPhysicsSettings]
|
||||
;##
|
||||
|
||||
Reference in New Issue
Block a user