react-xr icon indicating copy to clipboard operation
react-xr copied to clipboard

🤳 VR/AR with react-three-fiber

Results 53 react-xr issues
Sort by recently updated
recently updated
newest added

Hi, I've successfully integrated react-xr and I love it. One thing I'd like to improve is adding feedback whenever useHitTest returns negative. In the current implementation of the hook, the...

enhancement

Hey guys, is there a way to implement anchors? thanks awesome library! https://github.com/immersive-web/webxr-samples/blob/main/hit-test-anchors.html

### Discussed in https://github.com/pmndrs/react-xr/discussions/230 Originally posted by **JenniferFalkenstein** December 30, 2022 Is it possible to use with a blocked axis, so that for instance an object can only be moved...

First of all thanks a lot for this awesome library! The future is now! :D But it seems that when I use \ from @react-three/postprocessing in my scene the hit...

My Project structure:Next.js13+React18+@react-three-xr:5.4.1 My usage is as follows: ` { state.gl.setClearColor(0xebf2f7); state.gl.localClippingEnabled = true; }}> {children} ` Here is the error: What could be the reason for this? Is it...

Is there a way to use Eye Control like this in Unity: https://developer.oculus.com/documentation/unity/move-eye-tracking/ not sure if it is exposed as an api yet or not

As per my understanding, Drei Html component wont render in react XR and Drei Image component wont support video. Is there is any work around for I- Frame or Video...

enhancement
question

I have a scene with multiple Interactive tags, and they seem to be reporting intersections for elements outside of children of the individual tag. This makes it pretty difficult for...

bug

I tried a few examples and they seemed to work very well. This one I'm a bit stumped :thinking: It seems very simple - I'm just trying to intercept the...

question