mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Added Primitive sending methods to the IClientAPI (and implemented in ClientView.API), but currently untested.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user