CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can modify the code to achieve this scaling gizmo

lungsdude opened this issue · comments

Hello, this is not actually an issue with the library, I just find the library to not be sutible for what I am trying to achieve.
The default scaling gizmo scales the model in 2 directions.
Brick-Stacker-OpenGL_2elXmeQSta
But this is the style of scale gizmo I want to achieve, where there are these sticks in 6 directions, and not only 3. Note that I am not aiming for copying the visual look, only the behaviour.
BrickBuilder_M7kbZEvgw0 (2) (2)
I don't ask for this to be implemented into the library itself, I am just a little bit confused about how to approach doing this.
In advance, thanks.

gizmos are processed in 3 steps. For example, using scaling gizmo:

I suggest you to try to have the display correct with all the axis you need. then try to detect various hot areas for your gizmo. and at the end, compute the corresponding matrix.

Ok, thanks, I'll tinker with it as soon as possible. 👍

@lungsdude did you ever figure out how to do this? also curious

@ddetone sadly I couldn't achieve anything, so I am stuck with default behaviour