aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.42k stars 3.91k forks source link

Support for transient input on Vision Pro #5507

Open dmarcos opened 2 months ago

dmarcos commented 2 months ago

https://www.w3.org/TR/webxr/#transient-input

One can get gaze info on pinch gesture. This allows for basic gaze + pinch interactions.

JL-Vidinoti commented 1 month ago

The "click" event simply works with A-Frame 1.5.0 by using cursor="rayOrigin: xrselect;". It is triggered with gaze + pinch on Vision Pro.