Dynamic texture on a small model

I have a small model and I’m supposed to add a dynamic label tag to it. Only when I try to use the label on my model the text is not showing. However when I create I plane of the same size the text is showing. I’m assigning the material to both the mesh and the plane the same way. What am I doing wrong?

I have created a playground https://playground.babylonjs.com/#AUK35A#2

Check in the inspector - the mesh has no UVs set


You could just add the plane to the model??

1 Like

First of all thank you for the quick response @JohnK. I have asked the model maker to add the UV and it displays the label correctly. Dynamic texture | Babylon.js Playground (babylonjs.com)

2 Likes