Replies: 1 comment 1 reply
-
I don't think this question is related in this repo, should it be asked in React Three Fiber repo instead? However, I'm thinking to an approach where you create another line with the same shape & position, but bigger line width, and opacity at 0.001 😆 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using React use Gesture and React Three Fiber and I want to increase the area around an object (in this case a line) where the user can drag the line. Right now the user need to be right on the line do drag it, and I wan to increase the area a little bit around the line to give users better UX. Do you know how I can do this?
source code - https://codesandbox.io/s/drag-circle-w0i6z?file=/src/index.js
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions