ImGui console is rendered below axis
Describe the bug The ImGui console is rendered below scalar bar and axis, which can causes issue when inputing commands.
To Reproduce Steps to reproduce the behavior:
- Open the file using
f3d dragon.vtu -s - Press Esc
Expected behavior Console should be above
F3D Information
Paste the content of f3d --version: 3.0
Notes
Scalar bar has been fixed by https://github.com/f3d-app/f3d/pull/1951, axis remains.
Hii @mwestphal Is anyone working on this issue? If not do you think I could take it up.
Sure, go for it !
Hii @mwestphal I was able to fix the issue with scalar bar rendering above imgui console thanks to help from @Meakk. This pr has those changes: https://github.com/f3d-app/f3d/pull/1951. I was not able to solve the issue with axis rendering above imgui console, and I do not have any idea how to solve it, so maybe you can fix that.
Well, the scalar bar is the one that is causing issue so its great already!