Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.TeleportLocationRequestPacket$InfoBlock


  {
    if (Client.network.getCurrentSim() != null &&
        Client.network.getCurrentSim().Caps != null &&
        Client.network.getCurrentSim().Caps.isEventQueueRunning())
    {
      TeleportLocationRequestPacket teleport = new TeleportLocationRequestPacket();
      teleport.AgentData.AgentID = Client.self.getAgentID();
      teleport.AgentData.SessionID = Client.self.getSessionID();
      teleport.Info.LookAt = lookAt;
      teleport.Info.Position = position;
      teleport.Info.RegionHandle = regionHandle;
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.TeleportLocationRequestPacket$InfoBlock

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.