Prevent pieces from other people's HUDs from displaying at the center of

every user's HUD
This commit is contained in:
Melanie Thielker
2008-11-11 19:08:59 +00:00
parent 4245cd90de
commit 47a5d71b7e
5 changed files with 16 additions and 9 deletions

View File

@@ -473,7 +473,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public virtual void AttachObject(uint localID, Quaternion rotation, byte attachPoint)
public virtual void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID)
{
}
@@ -500,7 +500,8 @@ namespace OpenSim.Region.Examples.SimpleModule
}
public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID,
Vector3 position, Quaternion rotation, Vector3 velocity,
Vector3 rotationalvelocity, byte state, UUID AssetId)
Vector3 rotationalvelocity, byte state, UUID AssetId,
UUID ownerID, int attachPoint)
{
}