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 489 forks source link

Samples broken on Android Chrome Canary #23

Open erikriverson opened 5 years ago

erikriverson commented 5 years ago

I'm trying to run the AR Hit Test sample. When I click 'Start AR' and have remote debugging turned on with Chrome Canary 73.0.3653.0, Android 8.0.0 on a Samsung Galaxy S9, I see the following in the JS console.

screen shot 2018-12-27 at 3 33 50 pm
tencircles commented 5 years ago

Hi Erik, the spec has changed pretty significantly over the past few months. Sorry I can't speak to what exactly is implemented in Canary currently, but I believe the equivalent method in the current spec is getViewerPose. I'd recommend reading through the explainer and spec though as some methods/types are not strictly equivalent.

brianpeiris commented 5 years ago

See also #25