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.
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
:
That’s it. Thank you very much @Evgeni_Popov. Appreciated