CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
MIT License
3.22k stars 907 forks source link

Updated Example to fix bugs, refactor to split core functions for clarity, and insert objects to create a example van #332

Closed dgm3333 closed 1 month ago

dgm3333 commented 2 months ago

Fixed errors causing example to fail to compile. Refactored core functionality to split into logical function blocks

CedricGuillemet commented 2 months ago

You've added too many unnecessary files and primitive (cube) rendering in imguizmo is only for example purpose. It doesn't need that many different primitives. Goal is to show how it works, only.