You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am currently working with an Occulus Quest 2 and I am trying to use detect-gpu for 3D visualization in order to manage the level of detail of the meshes that will be loaded in the scene. However, it seems that detect-gpu doesn't handle this type of device properly, since, besides the GPU field, all the other fields don't give correct information. The one field that has the biggest impact is the isMobile one since it is being labeled as false but a VR headset's hardware is much closer to a mobile device than a PC.
Is there something to be done?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your report. Could you provide me the output you are currently getting, the user agent of the Occulus Quest 2 and the expected output? You can use https://webglreport.com/ to get all of those.
I think I see the problem. The issue is that the Oculus browser has two modes, a "Desktop" and the "Mobile" modes, which makes it difficult to properly manage. This is the UA given by the Oculus:
Hi! I am currently working with an Occulus Quest 2 and I am trying to use detect-gpu for 3D visualization in order to manage the level of detail of the meshes that will be loaded in the scene. However, it seems that detect-gpu doesn't handle this type of device properly, since, besides the GPU field, all the other fields don't give correct information. The one field that has the biggest impact is the isMobile one since it is being labeled as false but a VR headset's hardware is much closer to a mobile device than a PC.
Is there something to be done?
The text was updated successfully, but these errors were encountered: