Unable to get OnPointerEnter and OnPoniterLeave events when hover over on dae model #2789
Unanswered
ganeshpatil4210
asked this question in
Q&A
Replies: 1 comment
-
it doesnt matter if its a dae model or a gltf or anything else, in the end it's just a mesh. i don't think the issue is fiber, events are working. but either way, the only way to profile it is a codesandbox, a repro that will demonstrate the issue. |
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.
-
Hi, 👋
We are loading dae file using ColladaLoader. After loading file, we are rendering using primitive. we also provided onPointerEnter and OnPointerLeave events. But we are not receiving an event callback for this attached dae model. On the top portion of model, we don't receive and on the bottom portion of the model we receive callbacks.
<primitive
onPointerLeave={() => {
Please refer to attached dae model.
stormtrooper.zip
Beta Was this translation helpful? Give feedback.
All reactions