Hello,
I own the 1st version of the Oculus Rift DK1. I was wondering if people had already used JME3-Vr with this version?
At the same time, if someone can help me explain the procedure of intialisation under Linux.
I think I have correctly installed version SDK 0.5.01 beta2 linux but I do not understand how I have to initialize everything with JME3-VR. (latest version for the DK1)
Currently, my boot class inherits from VRApplication.
I automatically have an exception :
This VR view manager is not attached to any VR environment.
at com.jme3.input.vr.openvr.OpenVRViewManager.initialize(OpenVRViewManager.java:284)
at com.jme3.app.VRApplication.initialize(VRApplication.java:1373)
at com.jme3.system.lwjgl.LwjglWindowVR.initInThread(LwjglWindowVR.java:357)
at com.jme3.system.lwjgl.LwjglWindowVR.run(LwjglWindowVR.java:458)
at com.jme3.system.lwjgl.LwjglWindowVR.create(LwjglWindowVR.java:308)
at com.jme3.app.VRApplication.start(VRApplication.java:823)
at com.jme3.app.VRApplication.start(VRApplication.java:775)
at com.jme.example.Starter.main(Starter.java:23)
But concretely, what should I do next?
Thank you in advance for the explanations
Thoced