Package com.jme3.input.vr.openvr
Class OpenVRBounds
java.lang.Object
com.jme3.input.vr.openvr.OpenVRBounds
- All Implemented Interfaces:
VRBounds
A class that represents VR world bounds.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the size of the VR playground.boolean
Initialize the VR bounds.
-
Constructor Details
-
OpenVRBounds
public OpenVRBounds()
-
-
Method Details
-
init
Initialize the VR bounds.- Returns:
true
if the initialization is a success andfalse
otherwise.
-
getPlaySize
Description copied from interface:VRBounds
Get the size of the VR playground.- Specified by:
getPlaySize
in interfaceVRBounds
- Returns:
- the size of the VR playground.
-