Adding a texture to a sphere

Hi,

I’m having problems loading a .jpg to my sphere. Any ideas where i’m wrong? If i’m using color, works fine.
My console don’t show any error.
imagem

The code looks fine - make sure that the texture is loaded at all (you can check that in devtools under the Network tab.)

3 Likes

Thank you so much!