New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement hit testing API #26171
Merged
+650
−77
Add XRFrame::getHitTestResults()
f1d6a89
Select commit
3f88310
Update webxr
Manishearth d01d906
Add hit test mocking at initialization
Manishearth ef6ee5e
Add hit test mocking after initialization
Manishearth 7f35303
Support .supportedModes to enable newer tests
Manishearth b6a9e41
Add stub XRRay
Manishearth 98ff977
Add origin/direction methods to XRRay
Manishearth 977b36d
Add XRRay constructors
Manishearth e7ba4e5
Add XRRay(transform) constructor
Manishearth 7dd2a71
Add XRRay.matrix
Manishearth 83f92a3
Update XRRay semantics
Manishearth 341d36a
Add XRHitTestSource
Manishearth c7b9152
Add XRHitTestResult
Manishearth 87bce8c
Add XRHitTestResult::getPose
Manishearth f1d6a89
Add XRFrame::getHitTestResults()
Manishearth 1b07b77
Add XRSession::requestHitTestSource()
Manishearth 30cd89d
Add feature gating for hit tests
Manishearth 9659243
Update dependencies to dedup autocfg
Manishearth 2a57966
Update interfaces.html test
Manishearth
Merged
Implement hit testing API #26171
Add XRFrame::getHitTestResults()
Apr 7, 2020
Apr 8, 2020
Apr 8, 2020
Apr 11, 2020
Apr 8, 2020
Apr 8, 2020
Apr 8, 2020
Apr 8, 2020
Apr 8, 2020
Apr 10, 2020
Apr 9, 2020
Apr 9, 2020
Apr 10, 2020
Apr 11, 2020
Apr 10, 2020
Apr 11, 2020
Apr 17, 2020
Apr 20, 2020
f1d6a89
Select commit
3f88310
Update webxr
Manishearth d01d906
Add hit test mocking at initialization
Manishearth ef6ee5e
Add hit test mocking after initialization
Manishearth 7f35303
Support .supportedModes to enable newer tests
Manishearth b6a9e41
Add stub XRRay
Manishearth 98ff977
Add origin/direction methods to XRRay
Manishearth 977b36d
Add XRRay constructors
Manishearth e7ba4e5
Add XRRay(transform) constructor
Manishearth 7dd2a71
Add XRRay.matrix
Manishearth 83f92a3
Update XRRay semantics
Manishearth 341d36a
Add XRHitTestSource
Manishearth c7b9152
Add XRHitTestResult
Manishearth 87bce8c
Add XRHitTestResult::getPose
Manishearth f1d6a89
Add XRFrame::getHitTestResults()
Manishearth 1b07b77
Add XRSession::requestHitTestSource()
Manishearth 30cd89d
Add feature gating for hit tests
Manishearth 9659243
Update dependencies to dedup autocfg
Manishearth 2a57966
Update interfaces.html test
Manishearth