diff options
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 |