overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
130 stars 47 forks source link

Add Oculus to fullbody-enabled headsets list #882

Closed ksuprynowicz closed 3 months ago

ksuprynowicz commented 3 months ago

This allows showing fullbody tracking menu on Oculus headsets running under SteamVR.

JulianGro commented 3 months ago

This part of the code is so bad; do we know that this won't turn on if Oculus Runtime is used?

ksuprynowicz commented 3 months ago

This part of the code is so bad; do we know that this won't turn on if Oculus Runtime is used?

You are right about this, but that's perfectly fine. That check is only there to avoid displaying full body tracking options on devices such as mouse and keyboard.

ksuprynowicz commented 3 months ago

It's tested now, allows full body tracking on Pico headsets too. Can we merge?