Map tile compatible Threejs Earth Texture

Can threejs make thing like this stand alone ?

Cloud you please give me some example ?

1 Like

Have you considered to use CesiumJS for your use case? The project is specialized on exact this use case.

If not, you basically have to reimplement similar library features with three.js. There are no maps-related rendering features out-of-the-box and no thus no respective official examples.

Iā€™m also trying to make something like this and thank you for suggesting CesiumJS.
But out of curiosity, I have a question since I just started learning 3js.
As for now I can just TextureLoader to load an Earth PNG picture and put it into the mesh with the sphere, is it possible to load raster tiles or vector tiles from map providers such as Open Street Map and load those map tiles dynamically when zoom changed?