-
Notifications
You must be signed in to change notification settings - Fork 217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure you are over-writing the left hand controller on G2.
app/src/picovr/java/org/mozilla/vrbrowser/PlatformActivity.java
Outdated
Show resolved
Hide resolved
I've confirmed that if you switch controller to left hand on G2, you get the gaze controller instead in FxR. |
0059677
to
6d860da
Compare
6d860da
to
27b57ef
Compare
Right, wasn't aware of the second controller for G2 but makes sense seeing the controller settings and the fact that you can switch between left/right modes. I've fixed it. |
27b57ef
to
36a6519
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly nits.
@bluemarvin Updated |
4539cbf
to
93426cc
Compare
@MortimerGoro I'm going to land this so QA has time to test it. Any issues can be filed as a follow-up. |
I’ve performed exploratory testing on this new feature using the Pico G2 4K and Pico Neo2 headsets, logged all the issues found and also written test cases to cover the new functionality. |
Related to #1080 This PR adds support for Pico devices Gaze mode.
Design pending, it will be addressed as a follow up when ready.