Replies: 2 comments
-
R3F's events system only works for elements that live declaratively in R3F. If you mount them via |
Beta Was this translation helpful? Give feedback.
0 replies
-
So I'd have to set up a whole new event loop, raycaster etc? Meaning that on each animation frame I have two raycasts on the scene - R3F's and mine? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected usage of react-three-fiber is to mount elements as React elements, eg.
However for my use case I am also mounting some elements manually, eg.
I tried playing around with:
Some ideas for the 'vibe' I am looking for:
Beta Was this translation helpful? Give feedback.
All reactions