Replies: 1 comment 1 reply
-
Did you mean to reference the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
My first time touching threeJS so bear with me :)
I am rendering a bunch of square objects in a 2d plane via react-three-fiber.
Each has a click handler that opens a tooltip react component wrapped with
<Html />
coming from react-three/drei.Now when I click on the tooltip a click event gets dispatched on the canvas. The offset to canvas equals the offset to the tooltip that was clicked.
Hopefully someone can point me in the right direction. Otherwise I will try tor reproduce this in a code sandbox.
Beta Was this translation helpful? Give feedback.
All reactions