Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.ObjectGrabUpdatePacket$SurfaceInfoBlock


  /// <param name="binormal">The surface binormal of the position to grab (A binormal is a vector tangen to the surface
  /// pointing along the U direction of the tangent space</param>
  public void GrabUpdate(UUID objectID, Vector3 grabPosition, Vector3 grabOffset, Vector3 uvCoord, Vector3 stCoord, int faceIndex, Vector3 position,
      Vector3 normal, Vector3 binormal)
  {
    ObjectGrabUpdatePacket grab = new ObjectGrabUpdatePacket();
    grab.AgentData.AgentID = Client.self.getAgentID();
    grab.AgentData.SessionID = Client.self.getSessionID();

    grab.ObjectData.ObjectID = objectID;
    grab.ObjectData.GrabOffsetInitial = grabOffset;
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.ObjectGrabUpdatePacket$SurfaceInfoBlock

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.