aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrframe.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make poses nullableManish Goregaokar2019-10-031-2/+10
|
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
| | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
* Add active and animationFrame flags to XRFrameManish Goregaokar2019-07-111-0/+23
|
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-10/+3
|
* Trigger callbacks in RAFManish Goregaokar2019-07-111-5/+3
|
* Add XRFrame.getPose()Manish Goregaokar2019-04-041-0/+17
|
* Validate spaces passed to getViewerPose()Manish Goregaokar2019-04-041-3/+11
|
* Make XRViewerPose inherit from XRPoseManish Goregaokar2019-04-031-14/+3
|
* Compute view matrix from viewer poseManish Goregaokar2019-03-261-13/+16
|
* Improve getViewerPose()Manish Goregaokar2019-03-201-8/+10
|
* Cleanup XRFrameManish Goregaokar2019-03-181-4/+5
|
* Add spec linksManish Goregaokar2018-12-221-0/+2
|
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-5/+40
|
* Basic XRFrame interfaceManish Goregaokar2018-12-191-0/+30