Package com.ngt.jopenmetaverse.shared.protocol

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


  /// 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

Related Classes of com.ngt.jopenmetaverse.shared.protocol.AgentSetAppearancePacket$ObjectDataBlock

Copyright © 2018 www.massapicom. 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.