[HolographicButton & Button3D] how can blocking that effects after click or mouse over?

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 :pray:

Well if you do not want Button3D then don’t use them :smiley:

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

Oh! this is fit the bill.
Thank U!

1 Like