diff options
Diffstat (limited to '')
-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). |