Adding text in babylon scene

I have one gltf banner in my scene where I want to add text on my banner. How can I achieve that?

Thanks in advance…

1 Like

Either with:

GUI as a texture: The Babylon GUI | Babylon.js Documentation

A Raw dynamic texture: Dynamic Textures | Babylon.js Documentation

or Decals: Decals | Babylon.js Documentation

1 Like

Thank you :slight_smile:

1 Like