Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -5/+7 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Bump euclid to 0.22 | Martin Robinson | 2023-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | - Also updates raqote to latest with an upgrade of font-kit to 0.11 applied on as a patch - Update lyon_geom to the latest version Major change: - All matrices are now stored in row major order. This means that parameters to rotation functions no longer should be negated. - `post_...()` functions are now named `then()`. `pre_transform()` is removed, so `then()` is used and the order of operations changed. | ||||
* | Update to treat view transforms as native-relative | Manish Goregaokar | 2020-05-18 | 1 | -56/+11 |
| | |||||
* | Update to use webxr_api::ViewerPose | Manish Goregaokar | 2020-05-18 | 1 | -3/+5 |
| | |||||
* | Add XRSession::requestHitTestSource() | Manish Goregaokar | 2020-04-19 | 1 | -1/+12 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -2/+0 |
| | |||||
* | Use actual floor origin for local-floor | Manish Goregaokar | 2019-12-11 | 1 | -15/+16 |
| | |||||
* | Support nullable origins and floors | Manish Goregaokar | 2019-12-11 | 1 | -15/+15 |
| | |||||
* | Origin offset fixes | Manish Goregaokar | 2019-12-02 | 1 | -7/+6 |
| | |||||
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -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 space | Manish Goregaokar | 2019-07-11 | 1 | -7/+5 |
| | |||||
* | Hook webxr data into XRFrame/XRView/XRSpace | Manish Goregaokar | 2019-07-11 | 1 | -13/+15 |
| | |||||
* | Update originOffset semantics | Manish Goregaokar | 2019-06-10 | 1 | -17/+30 |
| | |||||
* | Update reference spaces to new model | Manish Goregaokar | 2019-06-10 | 1 | -20/+60 |
| | |||||
* | Add XRInputSource.targetRaySpace | Manish Goregaokar | 2019-05-03 | 1 | -1/+1 |
| | |||||
* | Add some math verifying relationship between get_viewer_pose and get_pose | Manish Goregaokar | 2019-04-08 | 1 | -2/+8 |
| | |||||
* | Add proper get_pose for XRSpaces | Manish Goregaokar | 2019-04-04 | 1 | -3/+25 |
| | |||||
* | Rename incorrectly-named get_pose methods | Manish Goregaokar | 2019-04-04 | 1 | -5/+14 |
| | |||||
* | Consistently use GlobalScope in XR code | Manish Goregaokar | 2019-04-03 | 1 | -2/+2 |
| | |||||
* | Switch XRSpace code to using rigid transforms | Manish Goregaokar | 2019-04-03 | 1 | -11/+6 |
| | |||||
* | Make XRRigidTransform.position/orientation lazy, default to using euclid things | Manish Goregaokar | 2019-04-03 | 1 | -16/+0 |
| | |||||
* | Add XRSpace::get_viewer_pose() | Manish Goregaokar | 2019-03-25 | 1 | -0/+34 |
| | |||||
* | Add XRReferenceSpace::identity | Manish Goregaokar | 2019-03-18 | 1 | -0/+10 |
| | |||||
* | Add session parameter to XRSpace | Manish Goregaokar | 2019-03-18 | 1 | -3/+5 |
| | |||||
* | Add originOffset to XRReferenceSpace | Manish Goregaokar | 2019-03-18 | 1 | -5/+27 |
| | |||||
* | Silence unused warnings | Manish Goregaokar | 2019-01-03 | 1 | -0/+1 |
| | |||||
* | Basic XRReferenceSpace interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+31 |