How to rotate mesh, with world space coordinates

I want to control the rotation of a mesh from a UI, but its unconvenient that the axes rotate with the mesh as well when applying rotation.

How could I apply rotation with fixed axes?

https://playground.babylonjs.com/#DKJAVL

BABYLON.Space.WORLD

4 Likes