Class LWJGLOpenVRBounds

java.lang.Object
com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRBounds
All Implemented Interfaces:
VRBounds

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

    • LWJGLOpenVRBounds

      public LWJGLOpenVRBounds()
  • Method Details

    • init

      public boolean init(VRAPI 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.