Skip to content
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

Add the object hit to the XRHitResult structure #23

Open
lincolnfrog opened this issue Jun 11, 2018 · 1 comment
Open

Add the object hit to the XRHitResult structure #23

lincolnfrog opened this issue Jun 11, 2018 · 1 comment
Labels
Future Out of scope for now but good to have

Comments

@lincolnfrog
Copy link
Contributor

In order to support more intelligent logic around hit results and anchors, it would be very useful to have the object that was hit (plane, mesh, etc.) included in the hit structure. This task requires some definition of world understanding elements and collaboration with the anchor API in order to make sense.

@blairmacintyre
Copy link

I would like us to eventually return more details of the world, both with hit test and potentially more automatically. BUT I don't think we can until we figure out what kind of permissions we will ask of the user to get informed consent.

I'm not in favor of returning those details here with broader consent.

For example, if the user has given permission for world understanding data to go into the web page, then we can pass those in as they are discovered, and just include a reference here (i.e., each element would have a unique id, and then the hit can just include the id)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Future Out of scope for now but good to have
Projects
None yet
Development

No branches or pull requests

3 participants