You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im trying to trigger a function on clicking a path using onPathClick but nothing happens,
tried to implement the click using this.raycaster.intersectObjects(children, true);
and the path clicked as "Line2" but doesnt have the userData to pass the json properties data.
i noticed that the demo for emit-arcs-on-click also nothing happens when click on globe (onGlobeClick)
is there any settings that must be true or false for this to happen, is there a sample ?
The text was updated successfully, but these errors were encountered:
I'm unable to reproduce your issue, both methods work fine for me. Also on this example if you click on the globe it should emit an arc to the location. Do you get a different behavior?
If you're still having issues please make a simple reproducible example on https://codepen.io/ so that we can debug further.
Apologies, i found the reason of the problem and is the click using a wacom pencil as a mouse, it seems the pointer click is not performing the same way as in touch or using a mouse left click. Just a thing to consider. best regards
@Jportilla1980 thanks for the extra info on this. Is it possible that the pencil is slightly moving when tapping, so that it's being interpreted as a globe rotation instead of a click?
Hi, im trying to trigger a function on clicking a path using onPathClick but nothing happens,
tried to implement the click using this.raycaster.intersectObjects(children, true);
and the path clicked as "Line2" but doesnt have the userData to pass the json properties data.
i noticed that the demo for emit-arcs-on-click also nothing happens when click on globe (onGlobeClick)
is there any settings that must be true or false for this to happen, is there a sample ?
The text was updated successfully, but these errors were encountered: