f3d icon indicating copy to clipboard operation
f3d copied to clipboard

ImGui console is rendered below axis

Open mwestphal opened this issue 11 months ago • 4 comments

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:

  1. Open the file using f3d dragon.vtu -s
  2. Press Esc

Image

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.

mwestphal avatar Jan 18 '25 17:01 mwestphal

Hii @mwestphal Is anyone working on this issue? If not do you think I could take it up.

Yogesh9000 avatar Jan 20 '25 18:01 Yogesh9000

Sure, go for it !

mwestphal avatar Jan 20 '25 20:01 mwestphal

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.

Yogesh9000 avatar Jan 28 '25 17:01 Yogesh9000

Well, the scalar bar is the one that is causing issue so its great already!

mwestphal avatar Jan 28 '25 18:01 mwestphal