aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrreferencespace.rs
Commit message (Expand)AuthorAgeFilesLines
* Add XRInputSource.targetRaySpaceManish Goregaokar2019-05-031-1/+1
* Add some math verifying relationship between get_viewer_pose and get_poseManish Goregaokar2019-04-081-2/+8
* Add proper get_pose for XRSpacesManish Goregaokar2019-04-041-3/+25
* Rename incorrectly-named get_pose methodsManish Goregaokar2019-04-041-5/+14
* Consistently use GlobalScope in XR codeManish Goregaokar2019-04-031-2/+2
* Switch XRSpace code to using rigid transformsManish Goregaokar2019-04-031-11/+6
* Make XRRigidTransform.position/orientation lazy, default to using euclid thingsManish Goregaokar2019-04-031-16/+0
* Add XRSpace::get_viewer_pose()Manish Goregaokar2019-03-251-0/+34
* Add XRReferenceSpace::identityManish Goregaokar2019-03-181-0/+10
* Add session parameter to XRSpaceManish Goregaokar2019-03-181-3/+5
* Add originOffset to XRReferenceSpaceManish Goregaokar2019-03-181-5/+27
* Silence unused warningsManish Goregaokar2019-01-031-0/+1
* Basic XRReferenceSpace interfaceManish Goregaokar2018-12-191-0/+31