Hubs-Foundation / hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
https://hubsfoundation.org
Mozilla Public License 2.0
2.13k stars 1.41k forks source link

Improve menu interaction #6447

Closed keianhzo closed 9 months ago

keianhzo commented 9 months ago

The way we are managing collisions, the cursor still intersects with raycastable entities event though the are not visible. This PR tries to imrpove the menu interaction experience by making hidden object non raycastable so the cursor does not detect them.