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.
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
tnx a lot