Try to make prims stop moving. Reset velocity, etc, unconditionally. Although
the phys actor may be new, the prim fields could still be set and the slimupdates system would continue sending that data out.avinationmerge
parent
3d319d6c3f
commit
520b0e131c
|
@ -1738,7 +1738,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
// which stops client-side interpolation of deactivated joint proxy objects.
|
// which stops client-side interpolation of deactivated joint proxy objects.
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!UsePhysics && !isNew)
|
if (!UsePhysics)
|
||||||
{
|
{
|
||||||
// reset velocity to 0 on physics switch-off. Without that, the client thinks the
|
// reset velocity to 0 on physics switch-off. Without that, the client thinks the
|
||||||
// prim still has velocity and continues to interpolate its position along the old
|
// prim still has velocity and continues to interpolate its position along the old
|
||||||
|
|
Loading…
Reference in New Issue