How I can add the countries markers on globe? Can anyone guide?

Hi, I’ve just create this WebGL prototype of a globe made of evenly spaced dots that light up as you fly to any of the 236 countries on the planet using data-path=“travel/PK” . :thinking: but now I’m trying to add marker’s, the clickable markers on specific countries. Please give me an direction to add markers on globe.

Repo: GitHub - malikfaizanhaider/Interactive-globe: I Have to create this WebGL prototype of a globe made of evenly spaced dots that light up as you fly to any of the 236 countries on the planet.
Demo: Interactive Globe

My repo might help a bit:

I’m not yet add clickable, you can do it through raycast sprite.

An alternative to canvasTexture and sprite is https://github.com/felixmariotto/three-mesh-ui .