Besides other things I've been doing, I found some time to try build this gizmo/controller that time to time someone asks if we have it on Wings3D.
After a couple of work I got it working on screen space related to the word space:
I'm already able to identify the commands from where the user pick it in the controller.
Now I need to implement the actions itself.
Arrows = move commands
Square = scale commands
Circle/Arc = rotate commands
White = screen operations, like Free/Uniform option for these commands
I took a look in many 3D apps and I found the all in one gizmo like this very handy.
It's needed to invoke the command to use it and finish it after the use.
It will be convenient set a hotkey for starting it.To finish I'm assuming the RMB (as we do for all commands), ESC and ENTER.
After a couple of work I got it working on screen space related to the word space:
I'm already able to identify the commands from where the user pick it in the controller.
Now I need to implement the actions itself.
Arrows = move commands
Square = scale commands
Circle/Arc = rotate commands
White = screen operations, like Free/Uniform option for these commands
I took a look in many 3D apps and I found the all in one gizmo like this very handy.
It's needed to invoke the command to use it and finish it after the use.
It will be convenient set a hotkey for starting it.To finish I'm assuming the RMB (as we do for all commands), ESC and ENTER.