Closed Makogan closed 2 years ago
Imguizmo init is a bit different between a window and full screen. Check this code block :
Oh I see. Thank you lots. A small follow up, I don't see in the example how to render the rotation and translation widgets. (Thank you for the patience). NVM I see it is done implicitly through the use of the TRANSLATE and company enumerators, thank you.
I am trying to add some simple editing capabilities to a research tool. I integrated ImGuizmo and got this:
As you can see the guizmo is being rendered in an imgui window on top of the model I am rendering. I want just the cube to be rendered to the same FB without the imgui window decoration stuff.
Is this possible?
This is my function: