some more changes on objects sending

This commit is contained in:
UbitUmarov
2019-03-24 16:15:24 +00:00
parent 481d7156d1
commit b32b104996
3 changed files with 28 additions and 86 deletions

View File

@@ -70,14 +70,6 @@ namespace OpenSim.Framework
AvatarAppearance Appearance { get; set; }
/// <summary>
/// Send initial scene data to the client controlling this agent
/// </summary>
/// <remarks>
/// This includes scene object data and the appearance data of other avatars.
/// </remarks>
void SendInitialDataToMe();
/// <summary>
/// Direction in which the scene presence is looking.
/// </summary>
/// <remarks>Will be Vector3.Zero for a child agent.</remarks>