Hiding Controls in Holographic Slate

I am adding a Holographic Slate to provide information about a detailed 3D model. Holographic slate seems to be quickest quickest solution to add Text and Images with 3D space information. But I don’t want to have the white border controls around the slate (Used to rotate and scale). I checked through docs but couldn’t find any solution to disable the controls on Holographic slate.

Is there something that can be done ? A sample Babylon playground : https://playground.babylonjs.com/#SYD2M2#10

Any help is appreciated. Thanks.

Hello and welcome to the Babylon community! You can do slate._gizmo._rootMesh.setEnabled(false); after you add the control to the manager HolographicSlateFinal | Babylon.js Playground (babylonjs.com)