diff options
author | John Hurliman | 2009-10-23 02:38:59 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-23 02:38:59 -0700 |
commit | 62f1a5e36d85b95e8f80bc073ba876873494963a (patch) | |
tree | 0afbdc903800f2afd127e45faf6879b49da412af /bin | |
parent | Uncommented the resend log line so the previous commit can be seen in action (diff) | |
download | opensim-SC_OLD-62f1a5e36d85b95e8f80bc073ba876873494963a.zip opensim-SC_OLD-62f1a5e36d85b95e8f80bc073ba876873494963a.tar.gz opensim-SC_OLD-62f1a5e36d85b95e8f80bc073ba876873494963a.tar.bz2 opensim-SC_OLD-62f1a5e36d85b95e8f80bc073ba876873494963a.tar.xz |
Implemented a "FrontBack" prioritizer, using distance plus the plane equation to give double weight to prims/avatars in front of you
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6ff70fc..3dc746e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1397,8 +1397,8 @@ | |||
1397 | 1397 | ||
1398 | [InterestManagement] | 1398 | [InterestManagement] |
1399 | ; This section controls how state updates are prioritized for each client | 1399 | ; This section controls how state updates are prioritized for each client |
1400 | ; Valid values are Time, Distance, and SimpleAngularDistance | 1400 | ; Valid values are Time, Distance, SimpleAngularDistance, and FrontBack |
1401 | UpdatePrioritizationScheme = Distance; | 1401 | UpdatePrioritizationScheme = FrontBack; |
1402 | ReprioritizationEnabled = true; | 1402 | ReprioritizationEnabled = true; |
1403 | ReprioritizationInterval = 2000.0; | 1403 | ReprioritizationInterval = 2000.0; |
1404 | RootReprioritizationDistance = 10.0; | 1404 | RootReprioritizationDistance = 10.0; |