Paul Kashofer
Paul Kashofer
@richardTingle You made some interesting progress regarding **actions** and some little changes in **hmd-moving** How would you suggest, we should continue the work? I would really like to see **jme3-xr**...
> I found a method to get openXR to suggest eye positions and angles which is what I used in that hmd change. > > On camera stuff I'm much...
@richardTingle I found out, why we see the boxes from inside. See at HelloOpenXRGL.java: **glFrontFace(GL_CW);** //Clockwise This should be: **glFrontFace(GL_CCW);** //Counter-Clockwise as in jme3 I will commit this modification now.
Is still work in progress. Last time i fixed the issue, that we see the boxes from inside. Also I am very interested in the configuration (Hardware, OS, xr-runtime) that...