* First example of moving stuff to a Region layer

* Also, changed RegionPresence to 'RegionSubscription' - let's just see where we land with this...
This commit is contained in:
lbsa71
2007-09-21 04:58:40 +00:00
parent 409bcd999d
commit b9808f8314
8 changed files with 77 additions and 65 deletions

View File

@@ -88,17 +88,6 @@ namespace OpenSim.Region.Environment.Scenes
RemoteClient.SendLayerData(Terrain.GetHeights1D());
}
/// <summary>
/// Sends a specified patch to a client
/// </summary>
/// <param name="px">Patch coordinate (x) 0..16</param>
/// <param name="py">Patch coordinate (y) 0..16</param>
/// <param name="RemoteClient">The client to send to</param>
public virtual void SendLayerData(int px, int py, IClientAPI RemoteClient, float[] terrain)
{
RemoteClient.SendLayerData(px, py, terrain);
}
#endregion
#region Add/Remove Agent/Avatar