Closed
Bug 1611526
Opened 5 years ago
Closed 5 years ago
Support WebXR bounded reference spaces
Categories
(Core :: WebVR, enhancement)
Core
WebVR
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: kip, Assigned: mortimergoro)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The XRBoundedReferenceSpace::GetBoundsGeometry function is currently a stub function and needs to be implemented to support bounded references spaces in WebXR.
We should initially implement bounds geometry using the existing rectangular "stage parameters" in the VRDisplayInfo struct.
It is also necessary to transform the bounds geometry points either lazily in GetBoundsGeometry or in advance when XRReferenceSpace::GetOffsetReferenceSpace is called to compensate for the origin offset.
Assignee | ||
Updated•5 years ago
|
Assignee: kgilbert → imanol
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by igorostizaga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a666fe889dd9
Support WebXR bounded reference spaces r=kip,daoshengmu
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•