BrutPitt / imGuIZMO.quat

ImGui GIZMO widget - 3D object manipulator / orientator
BSD 2-Clause "Simplified" License
378 stars 41 forks source link

How to set background transparent? #12

Closed hebohang closed 1 year ago

hebohang commented 1 year ago

Hi, I'm writing my own game engine and use this powerful library like this: imguizmoquat

How to make my gizmo3D transparent? I mean that I only want to draw the axis so I can see my main rendering.

I'm using dear-imgui docking branch, the version of imgui is 1.87. C++20 with Visual Studio 2022.

Hope for your help.

hebohang commented 1 year ago

I find the source code. Its in https://github.com/BrutPitt/imGuIZMO.quat/blob/6c038a90fdadae580b357fbaf26f83cafeb83a6a/imGuIZMO.quat/imGuIZMOquat.cpp#L500 I will close the issue.