-
Notifications
You must be signed in to change notification settings - Fork 28
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
Click Source Position is not Correct in AR #484
Comments
arena-web-core/src/components/click-listener.js Lines 26 to 40 in 2cb9f37
Need to go through all these clientEvents and change the position from camera position to world position (factors in rig position/rotation offsets) |
We still need both camera position and object intersection position right? Just that both will be in world coordinates after the change? |
The intersection position comes from AFRAME I think, which should already be in world coordinates. The commit above just fixes the camera positions |
Describe the bug
Click source position is not correct in AR.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: