diff options
author | Melanie | 2009-10-23 09:48:13 +0100 |
---|---|---|
committer | Melanie | 2009-10-23 09:48:13 +0100 |
commit | 1d47dbb3807a9204d24e6e0a12c843e9dfad4c56 (patch) | |
tree | 0e31bedbe64e15b17099961bb9cc7a8f9df23772 /bin | |
parent | Adding the presence service skeleton (diff) | |
parent | Implemented a "FrontBack" prioritizer, using distance plus the plane equation... (diff) | |
download | opensim-SC_OLD-1d47dbb3807a9204d24e6e0a12c843e9dfad4c56.zip opensim-SC_OLD-1d47dbb3807a9204d24e6e0a12c843e9dfad4c56.tar.gz opensim-SC_OLD-1d47dbb3807a9204d24e6e0a12c843e9dfad4c56.tar.bz2 opensim-SC_OLD-1d47dbb3807a9204d24e6e0a12c843e9dfad4c56.tar.xz |
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
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; |