浏览代码

Deprecated VRApplication. Now VRAppState should be used.

Julien Seinturier 8 年之前
父节点
当前提交
33e6574387
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      jme3-vr/src/main/java/com/jme3/app/VRApplication.java

+ 3 - 0
jme3-vr/src/main/java/com/jme3/app/VRApplication.java

@@ -71,8 +71,11 @@ import org.lwjgl.system.Platform;
 
 
 /**
 /**
  * A JMonkey application dedicated to Virtual Reality. An application that use VR devices (HTC vive, ...) has to extends this one.<br>
  * A JMonkey application dedicated to Virtual Reality. An application that use VR devices (HTC vive, ...) has to extends this one.<br>
+ * <p>
+ * <b>This class is no more functional and is deprecated. Please use {@link VRAppState VRAppState} instead.</b>
  * @author reden - phr00t - https://github.com/phr00t
  * @author reden - phr00t - https://github.com/phr00t
  * @author Julien Seinturier - (c) 2016 - JOrigin project - <a href="http://www.jorigin.org">http:/www.jorigin.org</a>
  * @author Julien Seinturier - (c) 2016 - JOrigin project - <a href="http://www.jorigin.org">http:/www.jorigin.org</a>
+ * @deprecated use {@link VRAppState VRAppState} instead.
  */
  */
 public abstract class VRApplication implements Application, SystemListener {
 public abstract class VRApplication implements Application, SystemListener {