LIBOMB-796: Added Visual Parameters field to Avatar Object and updated avatarmanager event AvatarAppearanceHandler accordingly

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3264 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2010-03-01 21:47:23 +00:00
parent eaa3c6afd6
commit 04f0e2db2a
2 changed files with 6 additions and 0 deletions

View File

@@ -208,6 +208,11 @@ namespace OpenMetaverse
/// clients. To move your avatar, use Client.Self.Movement instead</summary>
public AgentManager.ControlFlags ControlFlags;
/// <summary>
/// Contains the visual parameters describing the deformation of the avatar
/// </summary>
public byte[] VisualParameters = null;
#endregion Public Members
protected string name;

View File

@@ -760,6 +760,7 @@ namespace OpenMetaverse
Primitive.TextureEntryFace[] faceTextures = textureEntry.FaceTextures;
av.Textures = textureEntry;
av.VisualParameters = visualParams.ToArray();
if (m_AvatarAppearance != null)
{