Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImGUI not being updated with new camera information when you move the camera just a little #405

Open
Tracked by #533
westernheld opened this issue Jun 19, 2021 · 3 comments
Labels
cat:bug bug/error/mistake which limits the program feat:gui graphical user interface

Comments

@westernheld
Copy link
Member

westernheld commented Jun 19, 2021

Describe the bug
ImGUI not being updated with new camera information when you move the camera just a little

Screenshots

image
moved a little, same data
image
Moved a little more, now updated
image

Inexor Version: b0b2c46

@westernheld westernheld added cat:bug bug/error/mistake which limits the program feat:gui graphical user interface labels Jun 19, 2021
@IAmNotHanni
Copy link
Member

I think we might end up re-recording the command buffers every frame.

@IAmNotHanni
Copy link
Member

As yeetari already pointed out: We already are re-recording command buffers every frame. I wanted to say we need to update ImGui every frame probably. The problem is that we can't track the change of variables which are rendered inside of ImGui.

@IAmNotHanni
Copy link
Member

This will be solved in rendergraph2

@IAmNotHanni IAmNotHanni mentioned this issue Jun 14, 2023
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:bug bug/error/mistake which limits the program feat:gui graphical user interface
Projects
None yet
Development

No branches or pull requests

2 participants