How to create a GUI plane with multiple textures?

I have some pictures. These is the basic elements of an message board.
These are the elements :
Saved Pictures.zip (1.8 MB)
The final effect :

How to combine them into a complete GUI plane?

@msDestiny14 should be able to help with this one :slight_smile:

Good Morning!

What you’re going to want to do is create plan and then you can create an advance texture for that plane.

BABYLON.GUI.AdvancedDynamicTexture.CreateForMesh(mesh);

On ADT you can add 3 images. :slight_smile:
Here are some useful links for that: The Babylon GUI | Babylon.js Documentation

1 Like

Thanks ! Like this ? https://playground.babylonjs.com/#XCPP9Y#8165
And how to close button’s white border ?

button.thickness = 0;

https://playground.babylonjs.com/#XCPP9Y#8166

2 Likes

Thanks a lot !