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:
@@ -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;
|
||||
|
||||
@@ -760,6 +760,7 @@ namespace OpenMetaverse
|
||||
Primitive.TextureEntryFace[] faceTextures = textureEntry.FaceTextures;
|
||||
|
||||
av.Textures = textureEntry;
|
||||
av.VisualParameters = visualParams.ToArray();
|
||||
|
||||
if (m_AvatarAppearance != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user