Open new tab by clicking on an object

Hi.
First thing first I am a beginner . So I would be grateful if you would explain me things from the start and in the simplest way possible. Thanks in advance.

The question is:
I have a bunch of objects and I would like to open a new html tab when I double click them.
Also if it’s possible I would also like to add a hoover effect on them, to make the user understand that those object are interactive.

You need ray casting, three.js examples look at this example for hover effect also check this Double Click mouse event shows wrong objects.... raycaster problem? - #3 by Dennis for double click event

1 Like