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/OpenSim.ini.example | |
parent | add EngineName also to the others (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 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 |