aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2016-07-06 16:10:44 +0100
committerUbitUmarov2016-07-06 16:13:27 +0100
commitc02fe98b7da0ef62fe67fb45652878181e4a297d (patch)
treeff2423ad3d7acd614528ed24873613b48869866c /bin/OpenSimDefaults.ini
parentadd EngineName also to the others (diff)
downloadopensim-SC_OLD-c02fe98b7da0ef62fe67fb45652878181e4a297d.zip
opensim-SC_OLD-c02fe98b7da0ef62fe67fb45652878181e4a297d.tar.gz
opensim-SC_OLD-c02fe98b7da0ef62fe67fb45652878181e4a297d.tar.bz2
opensim-SC_OLD-c02fe98b7da0ef62fe67fb45652878181e4a297d.tar.xz
add test option ObjectsCullingByDistance. In future, if true, it may
prevent sending objects outside view range to viewers. DO NOT SET TRUE unless testing it. Code still not completei!!!
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 841a761..df92921 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -2016,6 +2016,10 @@
2016 ReprioritizationInterval = 2000.0 2016 ReprioritizationInterval = 2000.0
2017 RootReprioritizationDistance = 10.0 2017 RootReprioritizationDistance = 10.0
2018 ChildReprioritizationDistance = 20.0 2018 ChildReprioritizationDistance = 20.0
2019
2020 ; TEST OPTION KEEP AS FALSE
2021 ; if true, don't send object updates if outside view range
2022 ObjectsCullingByDistance = false
2019 2023
2020 ; If n > 1, only every n UDP terse updates will be sent to observers of an avatar that are in the same region 2024 ; If n > 1, only every n UDP terse updates will be sent to observers of an avatar that are in the same region
2021 ; Updates will always be sent to the avatar that the update addresses and if av velocity is effectively zero (to prevent drift due to missing updates). 2025 ; Updates will always be sent to the avatar that the update addresses and if av velocity is effectively zero (to prevent drift due to missing updates).