LibGizmo icon indicating copy to clipboard operation
LibGizmo copied to clipboard

Gizmo control library for 3D object manipulation (4x4 matrix)

Results 6 LibGizmo issues
Sort by recently updated
recently updated
newest added

here's a way to not have the scaling gizmo always snap to zero scale when user start scaling non-uniformly ``` if (m_ScaleType == SCALE_XYZ) { int difx = x -...

To replicate this bug: 1. run the example executable 2. press 3 to switch to scale mode 3 scale along the red axis to make the cube into a long...

Hi, First of all, thanks for creating this lib. Love it, extremely useful. I hope you'll keep improving this lib :) After trying out your lib, I've found a few...

Not a critical bug, but this will allow the LOCATE_VIEW and LOCATE_WORLD mode for rotation gizmo a lot more useful. currently, rotation gizmo doesn't always rotate the object around the...

Hi, It is, perhaps, not a great idea to include large binaries and intermediate build files (such as .ipch) in the git repository. It might be worth-while deleting this repository...