How to make transform controls not to move with camera

Is it possible to make transformcontrols static that it doesnt move with camera and axis just stays at +x,+y,+z even if we rotate the camera.

i tried with axes helper it works but was not able to provide arrows to the axis, reason why i am not using axeshelper.

You can only achieve the intended effect with a custom version of TransformControls. Just delete this code section:

And the respective bwd meshes from the gizmoTranslate object.

Live example: https://jsfiddle.net/v2680nta/1/

1 Like

Thanks a lot mugen87, so amazing !.

1 Like