How can i create a mesh with scroll inside react-three/xr to be scrollable with VR controllers? #157
Answered
by
bbohlender
carolinaroqu3
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
bbohlender
Jul 17, 2024
Replies: 3 comments
-
You'd need to scroll with joysticks using the gamepad API while in an immersive session. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi there 😄 are there any updates on this one? |
Beta Was this translation helpful? Give feedback.
0 replies
-
react-three/xr allows scrolling using pointer-events emitted on the scrollable UI. If you use pmndrs/uikit, pointer-events allow that scrolling works out of the box. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bbohlender
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-three/xr allows scrolling using pointer-events emitted on the scrollable UI. If you use pmndrs/uikit, pointer-events allow that scrolling works out of the box.