From 318862f75e196d56fdeff9c5a6ae1b5de17178af Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 10 Jun 2007 13:01:28 +0000 Subject: Added Primitive sending methods to the IClientAPI (and implemented in ClientView.API), but currently untested. --- Common/OpenSim.Framework/Interfaces/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Common/OpenSim.Framework/Interfaces') diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs index 9d28dab..f11d0ee 100644 --- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs +++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs @@ -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); } } -- cgit v1.1