aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrframe.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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