diff options
author | UbitUmarov | 2016-07-06 16:10:44 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-06 16:13:27 +0100 |
commit | c02fe98b7da0ef62fe67fb45652878181e4a297d (patch) | |
tree | ff2423ad3d7acd614528ed24873613b48869866c /bin | |
parent | add EngineName also to the others (diff) | |
download | opensim-SC-c02fe98b7da0ef62fe67fb45652878181e4a297d.zip opensim-SC-c02fe98b7da0ef62fe67fb45652878181e4a297d.tar.gz opensim-SC-c02fe98b7da0ef62fe67fb45652878181e4a297d.tar.bz2 opensim-SC-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')
-rw-r--r-- | bin/OpenSim.ini.example | 3 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 141c608..9d868a1 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1122,6 +1122,9 @@ | |||
1122 | ;; SimpleAngularDistance, FrontBack | 1122 | ;; SimpleAngularDistance, FrontBack |
1123 | ; UpdatePrioritizationScheme = BestAvatarResponsiveness | 1123 | ; UpdatePrioritizationScheme = BestAvatarResponsiveness |
1124 | 1124 | ||
1125 | ; TEST OPTION KEEP AS FALSE | ||
1126 | ; if true, don't send object updates if outside view range | ||
1127 | ; ObjectsCullingByDistance = false | ||
1125 | 1128 | ||
1126 | [MediaOnAPrim] | 1129 | [MediaOnAPrim] |
1127 | ;# {Enabled} {} {Enable Media-on-a-Prim (MOAP)} {true false} true | 1130 | ;# {Enabled} {} {Enable Media-on-a-Prim (MOAP)} {true false} true |
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). |