mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Merge commit '20da04fd0c909a00c0cdc2585f242e95c868801a' into bigmerge
This commit is contained in:
@@ -4812,6 +4812,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
position = presence.OffsetPosition;
|
||||
velocity = presence.Velocity;
|
||||
acceleration = Vector3.Zero;
|
||||
|
||||
// Interestingly, sending this to non-zero will cause the client's avatar to start moving & accelerating
|
||||
// in that direction, even though we don't model this on the server. Implementing this in the future
|
||||
// may improve movement smoothness.
|
||||
// acceleration = new Vector3(1, 0, 0);
|
||||
|
||||
angularVelocity = Vector3.Zero;
|
||||
rotation = presence.Rotation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user