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?
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
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.
Here are some useful links for that: The Babylon GUI | Babylon.js Documentation
Thanks ! Like this ? https://playground.babylonjs.com/#XCPP9Y#8165
And how to close button’s white border ?
button.thickness = 0;
Thanks a lot !