Class OpenVRBounds

java.lang.Object
com.jme3.input.vr.openvr.OpenVRBounds
All Implemented Interfaces:
VRBounds

public class OpenVRBounds extends Object implements VRBounds
A class that represents VR world bounds.
  • Constructor Details

    • OpenVRBounds

      public OpenVRBounds()
  • Method Details

    • init

      public boolean init(OpenVR api)
      Initialize the VR bounds.
      Returns:
      true if the initialization is a success and false otherwise.
    • getPlaySize

      public Vector2f getPlaySize()
      Description copied from interface: VRBounds
      Get the size of the VR playground.
      Specified by:
      getPlaySize in interface VRBounds
      Returns:
      the size of the VR playground.