I’m encountering an issue where the rotation gizmo stops functioning after using the scaling gizmo. The problem can be replicated using this Playground link: https://playground.babylonjs.com/#31M2AP#501. After scaling an axis, attempting to update the rotation on any axis fails. I’m looking for insights or solutions to address this problem.
@carolhmj any ideas?
cc @Cedric who also knows a thing or two about gizmos!
You have to set the updateGizmo properties on the gizmo itself, not on the manager: Gizmo not working | Babylon.js Playground (babylonjs.com)
4 Likes
Thank you! @carolhmj