How can i get the value of rotation in Gizmo box

hello everyone,

i have a gizmo box and i set
gizmoManager.rotationGizmoEnabled = true;
want to know how can i get the value of rotation in degree?
where can i access to values.

Your gizmo will apply to a mesh and then you can get mesh.rotation and then use BABYLON.Tools.ToDegree

2 Likes

tnx a lot