Creating an arrow between two interactive 3D models

I’m currently trying to create a 3D model of my University Campus. I currently already have the 3D models seperated. I know how to make the 3D models of the buildings clickable. I was wondering if there was a way to create a line (basically giving a direction) to the other 3D model that the user clicked on without mapping out the individual points.

1 Like

Hey! Welcome to Babylon.js!

You can do it easily with GreasedLine.

5 Likes