Package org.lwjgl.ovr

Class OVRCameraIntrinsics

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<OVRCameraIntrinsics>
org.lwjgl.ovr.OVRCameraIntrinsics
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class OVRCameraIntrinsics extends org.lwjgl.system.Struct<OVRCameraIntrinsics> implements org.lwjgl.system.NativeResource
  • Field Details

    • SIZEOF

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

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

      public static final int LASTCHANGEDTIME
      The struct member offsets.
    • FOVPORT

      public static final int FOVPORT
      The struct member offsets.
    • VIRTUALNEARPLANEDISTANCEMETERS

      public static final int VIRTUALNEARPLANEDISTANCEMETERS
      The struct member offsets.
    • VIRTUALFARPLANEDISTANCEMETERS

      public static final int VIRTUALFARPLANEDISTANCEMETERS
      The struct member offsets.
    • IMAGESENSORPIXELRESOLUTION

      public static final int IMAGESENSORPIXELRESOLUTION
      The struct member offsets.
    • LENSDISTORTIONMATRIX

      public static final int LENSDISTORTIONMATRIX
      The struct member offsets.
    • EXPOSUREPERIODSECONDS

      public static final int EXPOSUREPERIODSECONDS
      The struct member offsets.
    • EXPOSUREDURATIONSECONDS

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

    • OVRCameraIntrinsics

      public OVRCameraIntrinsics(ByteBuffer container)
      Creates a OVRCameraIntrinsics 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