mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Make it possible to force all prims to be phantom via the collidable_prim boolean setting in the OpenSim.ini config [Startup] section.
Naturally, default is true. When set to false, "phantom" flags on prims can be set as usual but all prims remain phantom. This setting is for test purposes. This switch does not affect the collision of avatars with the terrain.
This commit is contained in:
@@ -181,6 +181,11 @@
|
||||
; ## PHYSICS
|
||||
; ##
|
||||
|
||||
; If true then prims can be collided with by avatars, other prims, etc.
|
||||
; If false then all prims are phantom, no matter whether their phantom flag is checked or unchecked.
|
||||
; Also, no prims are subject to physics.
|
||||
collidable_prim = true
|
||||
|
||||
; If true then prims can be made subject to physics (gravity, pushing, etc.).
|
||||
; If false then physics flag can be set but it is not honoured. However, prims are still solid for the purposes of collision direction
|
||||
physical_prim = true
|
||||
|
||||
Reference in New Issue
Block a user