Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make poses nullable | Manish Goregaokar | 2019-10-03 | 1 | -2/+10 |
| | |||||
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -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 active and animationFrame flags to XRFrame | Manish Goregaokar | 2019-07-11 | 1 | -0/+23 |
| | |||||
* | Hook webxr data into XRFrame/XRView/XRSpace | Manish Goregaokar | 2019-07-11 | 1 | -10/+3 |
| | |||||
* | Trigger callbacks in RAF | Manish Goregaokar | 2019-07-11 | 1 | -5/+3 |
| | |||||
* | Add XRFrame.getPose() | Manish Goregaokar | 2019-04-04 | 1 | -0/+17 |
| | |||||
* | Validate spaces passed to getViewerPose() | Manish Goregaokar | 2019-04-04 | 1 | -3/+11 |
| | |||||
* | Make XRViewerPose inherit from XRPose | Manish Goregaokar | 2019-04-03 | 1 | -14/+3 |
| | |||||
* | Compute view matrix from viewer pose | Manish Goregaokar | 2019-03-26 | 1 | -13/+16 |
| | |||||
* | Improve getViewerPose() | Manish Goregaokar | 2019-03-20 | 1 | -8/+10 |
| | |||||
* | Cleanup XRFrame | Manish Goregaokar | 2019-03-18 | 1 | -4/+5 |
| | |||||
* | Add spec links | Manish Goregaokar | 2018-12-22 | 1 | -0/+2 |
| | |||||
* | Fill in XR frame/pose/view implementations | Manish Goregaokar | 2018-12-21 | 1 | -5/+40 |
| | |||||
* | Basic XRFrame interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+30 |