immersive-web / hit-test

Home Page:https://immersive-web.github.io/hit-test/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interaction between hit testing and an "AR lite" mode

blairmacintyre opened this issue · comments

Over in the webxr repo there was a discussion of how to create an AR lite mode (immersive-web/webxr#402) that got moved to the proposals repo (immersive-web/proposals#29).

I just posted a comment on how we can defer strong decisions on that, if we adopt the attitude that the hit test functionality might fail for reasons other than "the platform doesn't have enough world knowledge about where you tried to hit test" (which is, implicitly, the way hit test works right now).

Specifically, if we make it clear that the UA might restrict hit testing for other reasons (e.g., user choice), we can enable different browsers to experiment with different approaches to privacy, without requiring a more explicit "AR lite" mode (yet).

Thoughts?

Closing stale issue. I feel that it's not an issue specific to hit test API - the UA will just compute hit test based on the level of information agreed to by the user.