AxisDragGizmo disable dragging

Hi,

is there a simple way, like some kind of flag to disable dragging behavior for AxisDragGizmo? So basically, I want to show the gizmo, but I want user not to be able to drag it.

You can clear onDragObservable of dragBehavior:

https://playground.babylonjs.com/#31M2AP#190

1 Like

That’s it. Thank you very much @Evgeni_Popov. Appreciated