Lubosz Sarnecki
aa6facf7e6
OpenXrInputPlugin: Use C++20 map iterators.
2025-04-01 09:04:46 +10:00
Lubosz Sarnecki
710da838d8
OpenXr: Use C++20 std::optional.
2025-04-01 09:04:46 +10:00
HifiExperiments
c8557f5c78
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-04-01 09:04:46 +10:00
Lubosz Sarnecki
661fe08f08
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-04-01 09:04:46 +10:00
05c6a5e5d7
OpenXr: Enable C++20 for OpenXR plugin.
...
Enabling it globally causes issue with WebRTC.
Co-authored-by: Lubosz Sarnecki <lubosz@gmail.com>
2025-04-01 09:04:46 +10:00
Lubosz Sarnecki
7abc7be287
OpenXrContext: Add Windows platform and bindings.
2025-04-01 09:04:46 +10:00
Lubosz Sarnecki
89ba66c317
OpenXrInputPlugin: Improve haptic feedback mapping.
2025-04-01 09:04:46 +10:00
Lubosz Sarnecki
2db3168612
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-04-01 09:04:46 +10:00
Lubosz Sarnecki
d9cd2fd3d5
OpenGlDisplayPlugin: Add possibility to present frames only once.
...
Don't present frame more than once in OpenXrDisplayPlugin.
2025-04-01 09:04:46 +10:00
Lubosz Sarnecki
be3e12b18c
OpenXrContext: Improve errors when runtime is not available.
2025-04-01 09:04:46 +10:00
Lubosz Sarnecki
473bd4d64e
plugins: Add OpenXR plugin.
...
Add OpenXrDisplayPlugin and OpenXrInputPlugin.
Add controller bindings for the Valve Index controller.
2025-04-01 09:04:46 +10:00