aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrreferencespace.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update euclid.Emilio Cobos Álvarez2019-07-231-9/+9
| | | | | | | | 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 a viewer typed reference spaceManish Goregaokar2019-07-111-7/+5
|
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-13/+15
|
* Update originOffset semanticsManish Goregaokar2019-06-101-17/+30
|
* Update reference spaces to new modelManish Goregaokar2019-06-101-20/+60
|
* 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