private void SendAppearance(ScenePresence sp)
        {
            // Send the appearance to everyone in the scene
            sp.SendAppearanceToAllOtherClients();

            // Send animations back to the avatar as well
            sp.Animator.SendAnimPack();
        }