Package com.jme3.input.vr
Interface VRBounds
- All Known Implementing Classes:
 LWJGLOpenVRBounds,OpenVRBounds
public interface VRBounds
This interface describes the VR playground bounds.
- 
Method Summary
 
- 
Method Details
- 
getPlaySize
Vector2f getPlaySize()Get the size of the VR playground.- Returns:
 - the size of the VR playground.
 
 
 -