react-xr
react-xr copied to clipboard
🤳 VR/AR with react-three-fiber
Is there a way to set the camera position when AR session is starting? Preferably to the same as the non-AR session position. In this example I am setting the...
Hello, I have this example https://codesandbox.io/s/react-xr-simple-demo-with-swap-6l8xzd?file=/src/index.tsx where I'm making a sphere geometry appear when a button is clicked via react conditional rendering. This action is making the Controllers (Oculus quest...
using the hands _will_ work as controllers, emitting a ray, but the hand geometry is not displayed.
Fixes #284.
Note: I'm using code example from README. ### Critical things 1. There are some critical issues in current version, connected to ability to run AR sessions on android devices event...
This might be confusing to new users who don't know they need to run their dev servers on HTTPS.
Hello! Really love your library! Thank you so much for making it # Environment - Magic Leap 2 - Helio Browser - Remote Debugging via Chrome # Expected Behaviour I...
Fixes #289 where `useTeleportation` would hold onto old reference spaces which are no longer valid in a new session.
With Oculus Browser now supporting plane detection API, would be a nice feature to add. This examples works and can be used as a reference: https://immersive-web.github.io/webxr-samples/proposals/plane-detection.html