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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the size of the VR playground.booleanInitialize the VR bounds.
- 
Constructor Details- 
OpenVRBoundspublic OpenVRBounds()
 
- 
- 
Method Details- 
initInitialize the VR bounds.- Returns:
- trueif the initialization is a success and- falseotherwise.
 
- 
getPlaySizeDescription copied from interface:VRBoundsGet the size of the VR playground.- Specified by:
- getPlaySizein interface- VRBounds
- Returns:
- the size of the VR playground.
 
 
-