add new config parameters for llCastRay to OpenSimDefaults.ini
parent
43b8bd0c35
commit
df12fbb0d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue