aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrspace.rs
Commit message (Collapse)AuthorAgeFilesLines
* Filter out webidl files based on special comments, and feature-gate webxr ↵Josh Matthews2024-11-241-120/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interfaces. (#34348) * Filter out webidl files based on skip-if directives. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Don't build XR functionality without webxr feature. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix tidy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Adjust imports for file movement. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix clippy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Formatting. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Clean up webxr module import. Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
| | | | | * strict imports formatting * Reformat all imports
* Add XRJointSpaceManish Goregaokar2020-04-271-0/+5
|
* Add XRSession::requestHitTestSource()Manish Goregaokar2020-04-191-1/+20
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
|
* Support nullable origins and floorsManish Goregaokar2019-12-111-1/+1
|
* Support grip spaces in WebXRManish Goregaokar2019-10-091-3/+16
|
* Update webxrManish Goregaokar2019-10-031-1/+1
|
* Make poses nullableManish Goregaokar2019-10-031-3/+3
|
* Hook input code into new webxr crateManish Goregaokar2019-07-111-2/+13
|
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-19/+4
|
* Update reference spaces to new modelManish Goregaokar2019-06-101-22/+0
|
* Normalize rotationsManish Goregaokar2019-05-301-1/+2
|
* Add XRInputSource.targetRaySpaceManish Goregaokar2019-05-031-6/+33
|
* Add XRSession.viewerSpaceManish Goregaokar2019-04-041-3/+14
|
* Validate spaces passed to getViewerPose()Manish Goregaokar2019-04-041-1/+4
|
* Add proper get_pose for XRSpacesManish Goregaokar2019-04-041-11/+14
|
* Rename incorrectly-named get_pose methodsManish Goregaokar2019-04-041-2/+4
|
* Switch XRSpace code to using rigid transformsManish Goregaokar2019-04-031-3/+3
|
* Allow unusedManish Goregaokar2019-03-261-0/+2
|
* Add XRSpace::get_viewer_pose()Manish Goregaokar2019-03-251-0/+26
|
* Add session parameter to XRSpaceManish Goregaokar2019-03-181-4/+7
|
* Remove Cell in XRSpaceManish Goregaokar2019-01-031-0/+1
|
* Basic XRReferenceSpace interfaceManish Goregaokar2018-12-191-0/+31