allows the texture of the created/sent primitive to be set.

This commit is contained in:
MW
2007-06-10 13:06:38 +00:00
parent 318862f75e
commit 76324e73d3
2 changed files with 7 additions and 7 deletions

View File

@@ -102,6 +102,6 @@ namespace OpenSim.Framework.Interfaces
void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort);
AgentCircuitData RequestClientInfo();
void SendPrimitiveToClient(PrimData primData, LLVector3 pos);
void SendPrimitiveToClient(PrimData primData, LLVector3 pos, LLUUID textureID);
}
}