diff options
author | Diva Canto | 2013-07-20 19:20:20 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-21 09:01:57 -0700 |
commit | 116a449d8945d1d04013860f952841a71df80be7 (patch) | |
tree | d8957fe4503a7eafbe75cc803b0971213f399f60 /OpenSim/Region/ClientStack/Linden | |
parent | EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif... (diff) | |
download | opensim-SC_OLD-116a449d8945d1d04013860f952841a71df80be7.zip opensim-SC_OLD-116a449d8945d1d04013860f952841a71df80be7.tar.gz opensim-SC_OLD-116a449d8945d1d04013860f952841a71df80be7.tar.bz2 opensim-SC_OLD-116a449d8945d1d04013860f952841a71df80be7.tar.xz |
The quaternion delta was a bit to high, now that the head rotation is out of the equation. (head rotation was the problematic one)
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index a8759ab..021b7c1 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -5576,7 +5576,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5576 | 5576 | ||
5577 | #region Scene/Avatar | 5577 | #region Scene/Avatar |
5578 | 5578 | ||
5579 | private const float QDELTA = 0.01f; | 5579 | private const float QDELTA = 0.000001f; |
5580 | private const float VDELTA = 0.01f; | 5580 | private const float VDELTA = 0.01f; |
5581 | 5581 | ||
5582 | /// <summary> | 5582 | /// <summary> |