How a get image texture from materials?

I want to get an image from materials which I use to display on img in html.

You just have to get the url property of your texture

https://playground.babylonjs.com/#ZU1HGJ

1 Like

But if the texture is .dds or .hdr, image tab can’t show it.