aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorMW2007-06-10 13:06:38 +0000
committerMW2007-06-10 13:06:38 +0000
commit76324e73d32d76f27c1556e82f5817c0cb351367 (patch)
treeebc032790928e1f777cf52a937e1e99fe539c16f /Common/OpenSim.Framework/Interfaces/IClientAPI.cs
parentAdded Primitive sending methods to the IClientAPI (and implemented in ClientV... (diff)
downloadopensim-SC_OLD-76324e73d32d76f27c1556e82f5817c0cb351367.zip
opensim-SC_OLD-76324e73d32d76f27c1556e82f5817c0cb351367.tar.gz
opensim-SC_OLD-76324e73d32d76f27c1556e82f5817c0cb351367.tar.bz2
opensim-SC_OLD-76324e73d32d76f27c1556e82f5817c0cb351367.tar.xz
allows the texture of the created/sent primitive to be set.
Diffstat (limited to '')
-rw-r--r--Common/OpenSim.Framework/Interfaces/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
index f11d0ee..871b8fd 100644
--- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
+++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
@@ -102,6 +102,6 @@ namespace OpenSim.Framework.Interfaces
102 void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort); 102 void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort);
103 AgentCircuitData RequestClientInfo(); 103 AgentCircuitData RequestClientInfo();
104 104
105 void SendPrimitiveToClient(PrimData primData, LLVector3 pos); 105 void SendPrimitiveToClient(PrimData primData, LLVector3 pos, LLUUID textureID);
106 } 106 }
107} 107}