Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

Fallback code for unknown Meta and Pico devices #1614

Open felipeerias opened 2 weeks ago

felipeerias commented 2 weeks ago

Add fallback logic for the case where we fail to recognize the model of the current device.

If the manufacturer is "Pico" and the device has 6DoF we will assume that it is compatible with the PICO4.

If the manufacturer is "Oculus", the device has 6DoF and the model name begins with "Quest", we will assume that it is compatible with the Meta Quest 3.

svillar commented 1 week ago

Note that #1618 will allow Quest3S users to use the controllers. They'll get some generic 3D models instead of the actual ones but the functionality should be there (at least for trigger and menu buttons as the generic profile do not support others like A/B or joystick)