Box draging x-z rotation but box draging x,y,z when change y rotation

I found the solution.

Babylon.js Playground (babylonjs.com)

pointerDragBehavior.useObjectOrientationForDragging = false;

1 Like