aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrview.rs
Commit message (Collapse)AuthorAgeFilesLines
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+1
|
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-7/+5
|
* 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 a viewer typed reference spaceManish Goregaokar2019-07-111-5/+8
|
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-18/+9
|
* Hook requestSession() into new XR crateManish Goregaokar2019-07-111-6/+3
|
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+2
|
* Remove viewMatrixManish Goregaokar2019-04-031-8/+0
| | | | | | Users are supposed to use `view.transform.inverse.matrix` The view matrix was incorrect anyway, we had forgotten to invert it, but that was okay since we transposed it by accident (due to euclid's use of the row-vector convention), and for 3DOF devices these transforms are mostly rotations so transposing instead of inverting doesn't lead to visible effects.
* Add XRView.transformManish Goregaokar2019-04-031-12/+18
|
* Add XRPose.transformManish Goregaokar2019-04-031-1/+5
|
* Switch XRSpace code to using rigid transformsManish Goregaokar2019-04-031-5/+4
|
* Compute view matrix from viewer poseManish Goregaokar2019-03-261-4/+19
|
* mark create_type_array as unsafe in vrframedata componentVladimir Iacob2019-01-061-2/+5
|
* NonNull::new()Manish Goregaokar2019-01-031-2/+2
|
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-5/+41
|
* Support fetching viewport infoManish Goregaokar2018-12-211-4/+21
|
* Basic XRView interfaceManish Goregaokar2018-12-191-0/+30