Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filter out webidl files based on special comments, and feature-gate webxr ↵ | Josh Matthews | 2024-11-24 | 1 | -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) | Samson | 2023-09-11 | 1 | -3/+4 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Add XRJointSpace | Manish Goregaokar | 2020-04-27 | 1 | -0/+5 |
| | |||||
* | Add XRSession::requestHitTestSource() | Manish Goregaokar | 2020-04-19 | 1 | -1/+20 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -2/+0 |
| | |||||
* | Support nullable origins and floors | Manish Goregaokar | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | Support grip spaces in WebXR | Manish Goregaokar | 2019-10-09 | 1 | -3/+16 |
| | |||||
* | Update webxr | Manish Goregaokar | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Make poses nullable | Manish Goregaokar | 2019-10-03 | 1 | -3/+3 |
| | |||||
* | Hook input code into new webxr crate | Manish Goregaokar | 2019-07-11 | 1 | -2/+13 |
| | |||||
* | Hook webxr data into XRFrame/XRView/XRSpace | Manish Goregaokar | 2019-07-11 | 1 | -19/+4 |
| | |||||
* | Update reference spaces to new model | Manish Goregaokar | 2019-06-10 | 1 | -22/+0 |
| | |||||
* | Normalize rotations | Manish Goregaokar | 2019-05-30 | 1 | -1/+2 |
| | |||||
* | Add XRInputSource.targetRaySpace | Manish Goregaokar | 2019-05-03 | 1 | -6/+33 |
| | |||||
* | Add XRSession.viewerSpace | Manish Goregaokar | 2019-04-04 | 1 | -3/+14 |
| | |||||
* | Validate spaces passed to getViewerPose() | Manish Goregaokar | 2019-04-04 | 1 | -1/+4 |
| | |||||
* | Add proper get_pose for XRSpaces | Manish Goregaokar | 2019-04-04 | 1 | -11/+14 |
| | |||||
* | Rename incorrectly-named get_pose methods | Manish Goregaokar | 2019-04-04 | 1 | -2/+4 |
| | |||||
* | Switch XRSpace code to using rigid transforms | Manish Goregaokar | 2019-04-03 | 1 | -3/+3 |
| | |||||
* | Allow unused | Manish Goregaokar | 2019-03-26 | 1 | -0/+2 |
| | |||||
* | Add XRSpace::get_viewer_pose() | Manish Goregaokar | 2019-03-25 | 1 | -0/+26 |
| | |||||
* | Add session parameter to XRSpace | Manish Goregaokar | 2019-03-18 | 1 | -4/+7 |
| | |||||
* | Remove Cell in XRSpace | Manish Goregaokar | 2019-01-03 | 1 | -0/+1 |
| | |||||
* | Basic XRReferenceSpace interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+31 |