Applying Teravus patch # 557. Some glue code for the updating of prim's velocity.

This commit is contained in:
MW
2007-11-04 14:06:41 +00:00
parent 039f2c46c0
commit e50a2e2ce2
4 changed files with 76 additions and 15 deletions

View File

@@ -281,6 +281,10 @@ namespace SimpleApp
LLVector3 position, LLQuaternion rotation)
{
}
public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID,
LLVector3 position, LLQuaternion rotation,LLVector3 velocity)
{
}
public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items)
{
@@ -430,4 +434,4 @@ namespace SimpleApp
{
}
}
}
}