Modifying the Shape of HolographicButton

Is there a way to change the cornerRadius of a holographic button, similar to a rectangle for the 2D Babylon GUI? Alternatively, is there some way to emulate the PressableButtonHoloLens2Circular in the MS Mixed Reality Toolkit?


^button in question

So far no but the change should not be too hard if you want to give it a try

The relevant code is here: Babylon.js/holographicButton.ts at master · BabylonJS/Babylon.js · GitHub

1 Like