Commit graph

21 commits

Author SHA1 Message Date
Ada
f02bee52ae OpenXrInputPlugin: Tweak hand offset slightly 2025-02-13 08:12:01 +10:00
Ada
dd3ec18204 DeferredFrameTransform: Hack to get lighting working properly in VR
Somewhere, the eye view transform is being applied twice. For now,
this hack with applying an inverse view transform corrects the bugged
lighting in the XR branch.
2025-02-13 08:12:01 +10:00
Ada
9bdc389556 OpenXrInputPlugin: Correct HMD-head bone offset 2025-02-13 08:12:01 +10:00
Ada
c9b528545d OpenXrInputPlugin: Adjust hand and head-to-eyes offsets
Hands are now basically perfect (on Vive controllers, at least,
palm pose/grip surface would really help but it's not well supported)
Head now bends properly at the bottom of the head bone and the HMD view
isn't stuck at the bottom of the head bone.

TODO: The current solution doesn't account for avatar scale or the
actual positions of their eyes. The pull-forward offset for the view
might also be too far, I'll need to get feedback on it.
2025-02-13 08:12:01 +10:00
Ada
13ba848a00 OpenXrContext: Don't try and fail to initialize on Wayland 2025-02-13 08:12:01 +10:00
Ada
afaa8da5d1 OpenXrInputPlugin: Oculus touch and WMR controller profiles 2025-02-13 08:12:01 +10:00
Ada
6b56354ed0 OpenXrInputPlugin: User-friendly input actions
Replaces the raw controller button inputs with named OpenXR actions.
There's a lot of engine components that expect raw controller inputs
like the VR teleport script. Those will have to be refactored later,
but for now this works well enough and is perfectly usable. A small
issue I've hit is the LY input working for the teleport script,
but not for smooth locomotion. I've hacked around this by having
the "walk" action bound both to LX/LY and to the Translate actions.
It's a bit janky for teleports, but it's functional.

TODO: Feedback on intuitive bindings for other controller types besides
just the HTC Vive controllers.
2025-02-13 08:12:01 +10:00
Ada
d4f7850966 OpenXrInputPlugin: Make actions more generic
This still isn't ideal and it uses the Vive controller settings,
but this should work on most controllers thanks to OpenXR's built-in
action remapping and standardised button names.
2025-02-13 08:12:01 +10:00
Ada
aff787cc95 OpenXrInputPlugin: Hack for Vive controllers
This aught to be replaced with a proper set of XR input profiles,
at the moment this is *just* enough to get hardcoded button inputs
working with the existing Vive controller config.
2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
25b006f8f0 OpenXrDisplayPlugin: Use C++20 std::format. 2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
ebbd4725d6 OpenXrInputPlugin: Use C++20 map iterators. 2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
f75ef23da2 OpenXr: Use C++20 std::optional. 2025-02-13 08:12:01 +10:00
HifiExperiments
7aa0fbb89f OpenXr: Platform improvements.
Add missing includes on Windows.
Include GLX only on Linux.

Move openxr_platform.h include to OpenXrContext.h. To make this
possible, certain names from GLX/X11 need to be undefined in order to be
now includable in OpenXrInput.h.

Add Overte e.V. copyright.

Co-authored-by: Lubosz Sarnecki <lubosz@gmail.com>
2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
630d495230 GLMHelpers: Fix build with C++20 on GCC.
When enabling C++20 the lerp function seems to be redefined on GCC (not
on MSVC), don't redefine it using a CMake definition.
2025-02-13 08:12:01 +10:00
9702049ede OpenXr: Enable C++20 for OpenXR plugin.
Enabling it globally causes issue with WebRTC.

Co-authored-by: Lubosz Sarnecki <lubosz@gmail.com>
2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
2a26a71f2c OpenXrContext: Add Windows platform and bindings. 2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
a400490815 OpenXrInputPlugin: Improve haptic feedback mapping. 2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
07b23cc5c4 OpenXrInput: Improve mapping for the Index controller.
* Add thumbstick click and touch.
* Add face and trigger touch.

Use left primary / secondary instead of face button names.
2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
baf012f6bc OpenGlDisplayPlugin: Add possibility to present frames only once.
Don't present frame more than once in OpenXrDisplayPlugin.
2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
78d002b02c OpenXrContext: Improve errors when runtime is not available. 2025-02-13 08:12:01 +10:00
Lubosz Sarnecki
a9332ea595 plugins: Add OpenXR plugin.
Add OpenXrDisplayPlugin and OpenXrInputPlugin.
Add controller bindings for the Valve Index controller.
2025-02-13 08:12:01 +10:00