aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMagnuz Binder2015-05-19 20:44:19 +0200
committerMichael Cerquoni2015-05-22 01:21:50 -0400
commitfdc383a843c0a0218c194f7f51ef5d8fe774b520 (patch)
treeab39cc09e19e5160a4cefd9e71ea7096420a1bb7 /bin/OpenSimDefaults.ini
parentThrottle llCastRay V3. (diff)
downloadopensim-SC_OLD-fdc383a843c0a0218c194f7f51ef5d8fe774b520.zip
opensim-SC_OLD-fdc383a843c0a0218c194f7f51ef5d8fe774b520.tar.gz
opensim-SC_OLD-fdc383a843c0a0218c194f7f51ef5d8fe774b520.tar.bz2
opensim-SC_OLD-fdc383a843c0a0218c194f7f51ef5d8fe774b520.tar.xz
Use own mesh cache in llCastRay V3 after throttling.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rwxr-xr-xbin/OpenSimDefaults.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 3db59dc..8cde201 100755
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1496,10 +1496,10 @@
1496 UseLlCastRayV3 = false 1496 UseLlCastRayV3 = false
1497 1497
1498 ; Accepted calculation precision error in calculations in llCastRay V3 1498 ; Accepted calculation precision error in calculations in llCastRay V3
1499 FloatToleranceInLlCastRay = 0.000001 1499 FloatToleranceInLlCastRay = 0.00001
1500 1500
1501 ; Accepted distance difference between duplicate hits in llCastRay V3 1501 ; Accepted distance difference between duplicate hits in llCastRay V3
1502 FloatTolerance2InLlCastRay = 0.0001 1502 FloatTolerance2InLlCastRay = 0.001
1503 1503
1504 ; Detail level when rendering prims in llCastRay V3 1504 ; Detail level when rendering prims in llCastRay V3
1505 ; 0 = Low, 1 = Medium, 2 = High, 3 = Highest, higer level gives better accuracy but slower call 1505 ; 0 = Low, 1 = Medium, 2 = High, 3 = Highest, higer level gives better accuracy but slower call
@@ -1551,6 +1551,10 @@
1551 ; Maximum available time in ms possible in llCastRay V3, not to get too high values with varregions 1551 ; Maximum available time in ms possible in llCastRay V3, not to get too high values with varregions
1552 MaximumAvailableTimeInMsInLlCastRay = 40 1552 MaximumAvailableTimeInMsInLlCastRay = 40
1553 1553
1554 ; Use cached meshes in llCastRay V3 if true
1555 ; Improves performance but uses more memory
1556 UseMeshCacheInLlCastRay = true
1557
1554 1558
1555[DataSnapshot] 1559[DataSnapshot]
1556 ; The following set of configs pertains to search. 1560 ; The following set of configs pertains to search.