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…
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…
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
Thank you