Questions tagged [imguizmo]

2 questions
1
vote
0 answers

ImGuizmo, rendered widget but it won;t respond

I am trying to integrate imguizmo into a project. I am able to render the guizmo like this: However when I hover over the arrows, they don;t get highlighted and I don't get any type of response, I have tried all the methods listed in the readme…
Makogan
  • 8,208
  • 7
  • 44
  • 112
0
votes
1 answer

Value in third party library mysteriously changes

I am trying to use ImGuizmo and I am running into a bizarre situation. Inside the main cpp file of the library there is this function: static void ComputeCameraRay(vec_t& rayOrigin, vec_t& rayDir, ImVec2 position = ImVec2(gContext.mX, gContext.mY),…
Makogan
  • 8,208
  • 7
  • 44
  • 112