Commit 1f2f44e
committed
[WebXR][OpenXR] Input sources not working with hand interaction
https://bugs.webkit.org/show_bug.cgi?id=298021
Reviewed by Adrian Perez de Castro.
Input sources were not properly shown inside WebXR experiences
because their aim and grip poses were retrieved using an incorrect
reference space. We were using the local-floor space but WebXR
expects us to use the local space (i.e. without considering the
floor level).
* Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.cpp:
(WebKit::OpenXRCoordinator::populateFrameData):
Canonical link: https://commits.webkit.org/299251@main1 parent 353f2bd commit 1f2f44e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
672 | | - | |
| 672 | + | |
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
| |||
0 commit comments