Class XrHandTrackingMeshFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandTrackingMeshFB extends Struct<XrHandTrackingMeshFB> implements NativeResource
struct XrHandTrackingMeshFB {
    XrStructureType type;
    void * next;
    uint32_t jointCapacityInput;
    uint32_t jointCountOutput;
    XrPosef * jointBindPoses;
    float * jointRadii;
    XrHandJointEXT * jointParents;
    uint32_t vertexCapacityInput;
    uint32_t vertexCountOutput;
    XrVector3f * vertexPositions;
    XrVector3f * vertexNormals;
    XrVector2f * vertexUVs;
    XrVector4sFB * vertexBlendIndices;
    XrVector4f * vertexBlendWeights;
    uint32_t indexCapacityInput;
    uint32_t indexCountOutput;
    int16_t * indices;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • JOINTCAPACITYINPUT

      public static final int JOINTCAPACITYINPUT
      The struct member offsets.
    • JOINTCOUNTOUTPUT

      public static final int JOINTCOUNTOUTPUT
      The struct member offsets.
    • JOINTBINDPOSES

      public static final int JOINTBINDPOSES
      The struct member offsets.
    • JOINTRADII

      public static final int JOINTRADII
      The struct member offsets.
    • JOINTPARENTS

      public static final int JOINTPARENTS
      The struct member offsets.
    • VERTEXCAPACITYINPUT

      public static final int VERTEXCAPACITYINPUT
      The struct member offsets.
    • VERTEXCOUNTOUTPUT

      public static final int VERTEXCOUNTOUTPUT
      The struct member offsets.
    • VERTEXPOSITIONS

      public static final int VERTEXPOSITIONS
      The struct member offsets.
    • VERTEXNORMALS

      public static final int VERTEXNORMALS
      The struct member offsets.
    • VERTEXUVS

      public static final int VERTEXUVS
      The struct member offsets.
    • VERTEXBLENDINDICES

      public static final int VERTEXBLENDINDICES
      The struct member offsets.
    • VERTEXBLENDWEIGHTS

      public static final int VERTEXBLENDWEIGHTS
      The struct member offsets.
    • INDEXCAPACITYINPUT

      public static final int INDEXCAPACITYINPUT
      The struct member offsets.
    • INDEXCOUNTOUTPUT

      public static final int INDEXCOUNTOUTPUT
      The struct member offsets.
    • INDICES

      public static final int INDICES
      The struct member offsets.
  • Constructor Details

    • XrHandTrackingMeshFB

      public XrHandTrackingMeshFB(ByteBuffer container)
      Creates a XrHandTrackingMeshFB instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details