Examples of AgentSetAppearancePacket


Examples of com.ngt.jopenmetaverse.shared.protocol.AgentSetAppearancePacket

  /// Create an AgentSetAppearance packet from Wearables data and the
  /// Textures array and send it
  /// </summary>
  private void RequestAgentSetAppearance() throws Exception
  {
    AgentSetAppearancePacket set = new AgentSetAppearancePacket();
    set.AgentData.AgentID = Client.self.getAgentID();
    set.AgentData.SessionID = Client.self.getSessionID();
    set.AgentData.SerialNum = SetAppearanceSerialNum.incrementAndGet();

    // Visual params used in the agent height calculation
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.