sketchfab / viewer-api

Releases of the public sketchfab viewer API
35 stars 10 forks source link

pickFromScreen with mouseMove? #5

Open antoniohof opened 2 years ago

antoniohof commented 2 years ago

Is there a way to determine mouse position without the click event or nodeEnter?

I would like to pickFromScreen from the origin of the mouse, but without clicking.

Do you plan to add event mousemove to the event listener list?

Thank you