physics engine cannot change internal positions of linksets, at least not
in teaseupdatesavinationmerge
parent
b3068355bc
commit
32b060a608
|
@ -2956,7 +2956,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
//ParentGroup.RootPart.m_groupPosition = newpos;
|
//ParentGroup.RootPart.m_groupPosition = newpos;
|
||||||
}
|
}
|
||||||
|
/* ubit: there are no flexible links
|
||||||
if (pa != null && ParentID != 0 && ParentGroup != null)
|
if (pa != null && ParentID != 0 && ParentGroup != null)
|
||||||
{
|
{
|
||||||
// Special case where a child object is requesting property updates.
|
// Special case where a child object is requesting property updates.
|
||||||
|
@ -2976,7 +2976,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
// m_log.DebugFormat("{0} PhysicsRequestingTerseUpdate child: pos={1}, rot={2}, offPos={3}, offRot={4}",
|
// m_log.DebugFormat("{0} PhysicsRequestingTerseUpdate child: pos={1}, rot={2}, offPos={3}, offRot={4}",
|
||||||
// "[SCENE OBJECT PART]", pa.Position, pa.Orientation, m_offsetPosition, RotationOffset);
|
// "[SCENE OBJECT PART]", pa.Position, pa.Orientation, m_offsetPosition, RotationOffset);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
ScheduleTerseUpdate();
|
ScheduleTerseUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue