mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user