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

Clean up inconsistent hit-test behavior #580

Open
hi-liang opened this issue Sep 1, 2023 · 0 comments
Open

Clean up inconsistent hit-test behavior #580

hi-liang opened this issue Sep 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@hi-liang
Copy link
Member

hi-liang commented Sep 1, 2023

  1. Working raycasting transient touches in XRbrowser
  2. Determine guarantees of xr select intersections in a-cursor successfully disabling ar-hit-test before it can execute the hit test, as both events firing have been regularly observed. This may involve a monkeypatch of ar-hit-test component so that it doesn't listen on select, but rather a custom event invoked from a-cursor after no intersections are detected.

It may be worth considering if this is the proper approach for reconciling real-world hit-testing vs virtual object raycast intersections: if a virtual intersection occurs, regardless of distance from the view origin, it will take priority over a hit-test plane.

@hi-liang hi-liang added the bug Something isn't working label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant