nedcrow
1
I’m used BABYLON.GUI.StackPanel3D() & Button3D.
But, I want just box, not button.
They have not change color and scale, in followed Ref.
https://www.babylonjs-playground.com/#HJZBRG#11
How close button’s event?
Or, how sort meshes rather than buttons with StackPanel3D()?
Thank you
Well if you do not want Button3D then don’t use them
You should use MeshButton3D instead:
https://doc.babylonjs.com/how_to/gui3d#meshbutton3d
So you can use your own mesh (a box in your case)
1 Like
nedcrow
3
Oh! this is fit the bill.
Thank U!
1 Like