Hi, i am creating a scene that permits the user to drag, rotate and resize objects, but it is not user friendly, because the user doesn’t have an axis to understand where he is moving the object. I would like to create an axis like the one in threejs editor.
1 Like
Have you considered to work with TransformControls? When using this class, you automatically get the gizmos visible in your screenshot.
2 Likes
Didn’t knew about TransformControls, thank you very much @Mugen87, i’m going to try it!
1 Like