mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
The quaternion delta was a bit to high, now that the head rotation is out of the equation. (head rotation was the problematic one)
This commit is contained in:
@@ -5576,7 +5576,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||||||
|
|
||||||
#region Scene/Avatar
|
#region Scene/Avatar
|
||||||
|
|
||||||
private const float QDELTA = 0.01f;
|
private const float QDELTA = 0.000001f;
|
||||||
private const float VDELTA = 0.01f;
|
private const float VDELTA = 0.01f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user