Thanks jonc, for a patch that adds rendering of classic clouds.

First part of Mantis #964, the necessary clouds image will follow separately.
This commit is contained in:
Homer Horwitz
2009-04-04 15:43:02 +00:00
parent 7acec9860d
commit 8136cf4075
10 changed files with 295 additions and 5 deletions

View File

@@ -827,6 +827,7 @@ namespace OpenSim.Framework
void SendLayerData(int px, int py, float[] map);
void SendWindData(Vector2[] windSpeeds);
void SendCloudData(float[] cloudCover);
void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look);
void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint);