From e86396ad1fbb492dd2164b7d26f3ed87e0ba0fa0 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 28 Jul 2007 13:44:12 +0000 Subject: You should now see the correct Avatar for other users, including their clothes, although their still seems to be a few problems with the clothes, in that sometimes other avatar's default clothes are white. At last, removed the need for the avatar-texture.dat file. (Please never come back). --- OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Examples') diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 1593f6c..6bcec5c 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs @@ -119,6 +119,7 @@ namespace SimpleApp public virtual void OutPacket(Packet newPack) { } public virtual void SendWearables(AvatarWearable[] wearables) { } + public virtual void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry) { } public virtual void SendStartPingCheck(byte seq) { } public virtual void SendKillObject(ulong regionHandle, uint avatarLocalID) { } public virtual void SendAnimation(LLUUID animID, int seq, LLUUID sourceAgentId) { } -- cgit v1.1