From e5649e0dd5aa944e68594825399f71562d1c867e Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 28 Jun 2008 00:33:17 +0000 Subject: * Various documentation to some black magic parts of LLClientView * Added IClientAPI.SendTexture stub. --- OpenSim/Framework/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 7541c32..a646224 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -1017,6 +1017,8 @@ namespace OpenSim.Framework void SendAsset(AssetRequestToClient req); + void SendTexture(AssetBase TextureAsset); + byte[] GetThrottlesPacked(float multiplier); -- cgit v1.1