add new config parameters for llCastRay to OpenSimDefaults.ini

inv-download
dahlia 2015-05-04 00:32:22 -07:00
parent 43b8bd0c35
commit df12fbb0d2
1 changed files with 5 additions and 0 deletions

View File

@ -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