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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the size of the VR playground.booleanInitialize the VR bounds. 
- 
Constructor Details
- 
OpenVRBounds
public OpenVRBounds() 
 - 
 - 
Method Details
- 
init
Initialize the VR bounds.- Returns:
 trueif the initialization is a success andfalseotherwise.
 - 
getPlaySize
Description copied from interface:VRBoundsGet the size of the VR playground.- Specified by:
 getPlaySizein interfaceVRBounds- Returns:
 - the size of the VR playground.
 
 
 -