com.jme3.input.vr.VRBounds Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jme3-vr Show documentation
Show all versions of jme3-vr Show documentation
jMonkeyEngine is a 3-D game engine for adventurous Java developers
package com.jme3.input.vr;
import com.jme3.math.Vector2f;
/**
* This interface describes the VR playground bounds.
* @author Julien Seinturier - COMEX SA - http://www.seinturier.fr
*
*/
public interface VRBounds {
/**
* Get the size of the VR playground.
* @return the size of the VR playground.
*/
public Vector2f getPlaySize();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy