[wpt-sync] Sync PR 23349 - Update pointerOrigin usage
Categories
(Core :: WebVR, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(3 files)
Sync web-platform-tests PR 23349 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23349
Details from upstream follow.
Alexander Cooper <alcooper@chromium.org> wrote:
Update pointerOrigin usage
Updates pointerOrigin to be represented as mojoFromPointer as the test
API dictates. This required changing input pointer transforms to be
transformed by their corresponding grip transforms in a few tests where
the output matrices relied on the incorrect behavior (e.g. assuming that
the pointerOrigin was actually inputFromPointer). This required
simplifying getMojoFromInputSource, and it was moved onto inputSource,
as a more logical home for the method.Unfortunately the assumption that pointerOrigin was inputFromPointer was
pretty integral in the assumptions of the getInputPose_pointer test, so
it had to be updated more thoroughly.Change-Id: Ied17b523640fa9a2f73c3d4422b341f4b5412212
Reviewed-on: https://chromium-review.googlesource.com/2173519
WPT-Export-Revision: d1242b2e842ada8234ac969d12b0c2d33fb65f31
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Comment 7•5 years ago
|
||
bugherder |
Description
•