#Creating custom geometry elements like AR glasses
4 messages · Page 1 of 1 (latest)
And this example is fairly close as well, the points are just static: https://threejs.org/examples/?q=points#webgl_interactive_raycasting_points
Gotcha
By the way, throughout my research, I came across a similar library called interaction particles that uses threejs. https://tympanus.net/codrops/2019/01/17/interactive-particles-with-three-js/ , I simply have a question: Since the points' shapes are changing as you click them, can we achieve the same effect when scrolling? If yes, then i think the output would look similar like the initial link which i shared in the question.