immersive-web / webxr-samples

Samples to demonstrate use of the WebXR Device API
https://immersive-web.github.io/webxr-samples/
MIT License
1.01k stars 488 forks source link

Fix hit test sample to work with old hit test API prototype #42

Closed bialpio closed 5 years ago

bialpio commented 5 years ago

Fix for issue #40. The samples currently use the API that does not match any of the prototype implementations of hit test, this PR fixes them to use old proposal for hit test that Chrome implements.