aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authordahlia2015-05-04 00:32:22 -0700
committerdahlia2015-05-04 00:32:22 -0700
commitdf12fbb0d235d154ee4d310cd028292f39ac4e0e (patch)
treed998b8765438738e1573d81332569cfab90da93f /bin
parentImplement llCastRay fully, simplified. (diff)
downloadopensim-SC_OLD-df12fbb0d235d154ee4d310cd028292f39ac4e0e.zip
opensim-SC_OLD-df12fbb0d235d154ee4d310cd028292f39ac4e0e.tar.gz
opensim-SC_OLD-df12fbb0d235d154ee4d310cd028292f39ac4e0e.tar.bz2
opensim-SC_OLD-df12fbb0d235d154ee4d310cd028292f39ac4e0e.tar.xz
add new config parameters for llCastRay to OpenSimDefaults.ini
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index d3f183e..275c207 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1397,6 +1397,11 @@
1397 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL()) 1397 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
1398 max_external_urls_per_simulator = 100 1398 max_external_urls_per_simulator = 100
1399 1399
1400 ; Use version 1 of llCastRay as default if true. If set to false, the new
1401 ; version of llCastRay will be used. This gives better accuracy but
1402 ; uses more CPU and may may be slow on some servers
1403 UseLlCastRayV1 = true
1404
1400 ; Use size boxes instead of meshed prims, sculpts and mesh when calculating bounding boxes. 1405 ; Use size boxes instead of meshed prims, sculpts and mesh when calculating bounding boxes.
1401 ; Speeds up calculations but can make them inaccurate, in some cases very inaccurate. 1406 ; Speeds up calculations but can make them inaccurate, in some cases very inaccurate.
1402 UseSimpleBoxesInGetBoundingBox = false 1407 UseSimpleBoxesInGetBoundingBox = false