diff options
author | dahlia | 2015-05-04 00:32:22 -0700 |
---|---|---|
committer | dahlia | 2015-05-04 00:32:22 -0700 |
commit | df12fbb0d235d154ee4d310cd028292f39ac4e0e (patch) | |
tree | d998b8765438738e1573d81332569cfab90da93f /bin/OpenSimDefaults.ini | |
parent | Implement llCastRay fully, simplified. (diff) | |
download | opensim-SC-df12fbb0d235d154ee4d310cd028292f39ac4e0e.zip opensim-SC-df12fbb0d235d154ee4d310cd028292f39ac4e0e.tar.gz opensim-SC-df12fbb0d235d154ee4d310cd028292f39ac4e0e.tar.bz2 opensim-SC-df12fbb0d235d154ee4d310cd028292f39ac4e0e.tar.xz |
add new config parameters for llCastRay to OpenSimDefaults.ini
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
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 |