aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.62k stars 3.94k forks source link

Vive Focus Plus controllers not added #4557

Open joelProj opened 4 years ago

joelProj commented 4 years ago

I'm working on a project with A-FRAME 1.0.4 and a Vive Focus Plus VR headset and I would like to know if you'll add the controllers for it soon. I have seen that the controllers are already included in the new webxr-input-profiles registry version.

Also when I try to use them in A-FRAME right now I get the Vive Focus controller but only one controller is usable since this older version of the headset has a single 3DoF controller.

dmarcos commented 4 years ago

What browser? Does it support WebXR? Link to reproduce? Is this example working?

https://aframe.io/aframe/examples/test/laser-controls/

joelProj commented 4 years ago

I am using the Firefox Reality APP that came installed in the Vive Focus Plus. The example shows the same I described in the issue, despite having 2 controllers I only get one on screen and it is the Vive Focus one instead of the Vive Focus Plus one.

This is one of the most simple tests I did just to see if the controllers showed up and only one appears.

https://valiant-square-lunch.glitch.me/

dmarcos commented 4 years ago

It looks Firefox Reality doesn’t discriminate between Vive Focus and Vive Focus Plus over WebVR . Firefox has not yet shipped WebXR.

dmarcos commented 4 years ago

Not sure about a single controller showing up. I don’t have access to a Vive Focus Plus. Someone with one might help debug