All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jme3.input.vr.VRBounds Maven / Gradle / Ivy

There is a newer version: 3.7.0-stable
Show newest version
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