From 8136cf4075216d09738b8707258581e6db755759 Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Sat, 4 Apr 2009 15:43:02 +0000 Subject: Thanks jonc, for a patch that adds rendering of classic clouds. First part of Mantis #964, the necessary clouds image will follow separately. --- OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Client/MXP') diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 91661ee..2284ab8 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs @@ -909,6 +909,11 @@ namespace OpenSim.Client.MXP.ClientStack // Need to translate to MXP somehow } + public void SendCloudData(float[] cloudCover) + { + // Need to translate to MXP somehow + } + public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) { //throw new System.NotImplementedException(); -- cgit v1.1