Added Primitive sending methods to the IClientAPI (and implemented in ClientView.API), but currently untested.

This commit is contained in:
MW
2007-06-10 13:01:28 +00:00
parent f53ee57a9b
commit 318862f75e
2 changed files with 98 additions and 2 deletions

View File

@@ -101,5 +101,7 @@ namespace OpenSim.Framework.Interfaces
void SendAvatarData(RegionInfo regionInfo, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos);
void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort);
AgentCircuitData RequestClientInfo();
void SendPrimitiveToClient(PrimData primData, LLVector3 pos);
}
}