mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
add new config parameters for llCastRay to OpenSimDefaults.ini
This commit is contained in:
@@ -1397,6 +1397,11 @@
|
||||
; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
|
||||
max_external_urls_per_simulator = 100
|
||||
|
||||
; Use version 1 of llCastRay as default if true. If set to false, the new
|
||||
; version of llCastRay will be used. This gives better accuracy but
|
||||
; uses more CPU and may may be slow on some servers
|
||||
UseLlCastRayV1 = true
|
||||
|
||||
; Use size boxes instead of meshed prims, sculpts and mesh when calculating bounding boxes.
|
||||
; Speeds up calculations but can make them inaccurate, in some cases very inaccurate.
|
||||
UseSimpleBoxesInGetBoundingBox = false
|
||||
|
||||
Reference in New Issue
Block a user