From c441a03ea3120c52af3fdffb284194f2609127cf Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 31 Jul 2008 12:31:31 +0000 Subject: Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClearCameraParams. Fixes Mantis #1867 --- OpenSim/Framework/IClientAPI.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index d659a1f..18e187b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -718,5 +718,8 @@ namespace OpenSim.Framework ClientInfo GetClientInfo(); void SetClientInfo(ClientInfo info); void Terminate(); + + void SendSetFollowCamProperties(LLUUID objectID, SortedDictionary parameters); + void SendClearFollowCamProperties(LLUUID objectID); } } -- cgit v1.1