diff options
author | Justin Clark-Casey (justincc) | 2014-08-08 23:47:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-08-08 23:47:53 +0100 |
commit | 30f1b424bb433a3e40ca0077f98a7b365da60cc9 (patch) | |
tree | 0aff876b71c9512be0a636e9d11425f9f8f14d22 /OpenSim/Region/Framework/Scenes | |
parent | Change MaxPoolThreads default in code as well from 15 to 300 (diff) | |
download | opensim-SC_OLD-30f1b424bb433a3e40ca0077f98a7b365da60cc9.zip opensim-SC_OLD-30f1b424bb433a3e40ca0077f98a7b365da60cc9.tar.gz opensim-SC_OLD-30f1b424bb433a3e40ca0077f98a7b365da60cc9.tar.bz2 opensim-SC_OLD-30f1b424bb433a3e40ca0077f98a7b365da60cc9.tar.xz |
Change RootRotationUpdateTolerance from 0.01 to 0.1 in code as well.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 082eea5..fa9efc6 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1078,7 +1078,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1078 | PeriodicBackup = true; | 1078 | PeriodicBackup = true; |
1079 | UseBackup = true; | 1079 | UseBackup = true; |
1080 | 1080 | ||
1081 | RootRotationUpdateTolerance = 0.01f; | 1081 | RootRotationUpdateTolerance = 0.1f; |
1082 | RootVelocityUpdateTolerance = 0.001f; | 1082 | RootVelocityUpdateTolerance = 0.001f; |
1083 | RootPositionUpdateTolerance = 0.05f; | 1083 | RootPositionUpdateTolerance = 0.05f; |
1084 | ChildReprioritizationDistance = 20.0; | 1084 | ChildReprioritizationDistance = 20.0; |