Add image to specific place

Hi, I want to add image to the mesh not like the playground example where image surround all the mesh but like the image. how I can do this.
Thanks
https://playground.babylonjs.com/#20OAV9#15

Maybe decals can help Decals | Babylon.js Documentation

Yes! This can help :slight_smile: thank you, but it not working for this example
https://playground.babylonjs.com/#WIR77Z#220
When I remove sphere diameter it start working :confounded:

You need to pass the position and normal of the point where you want to apply the decal on the sphere:

https://playground.babylonjs.com/#WIR77Z#221