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

[Runtime Feature]: User-friendly visuals for geometry hash debugging (eye strain + saving screenshots of hash info) #675

Open
SmallGuyOwnz opened this issue Nov 12, 2024 · 1 comment
Labels
feature jira A jira ticket exists runtime RTX Remix runtime

Comments

@SmallGuyOwnz
Copy link

What is the context of the feature/improvement?

When checking for a stable hash with the remix runtime debugging mode "geometry hash".

Please describe the feature/improvement?

I find that geometry hash debugging causes a pretty great amount of eye strain due to so many parts of the environment instantly flashing back and forth between different bright colors. It's intense enough that I need to take breaks in between doing it, and I typically don't struggle much with anything in video games or even on the design side of shaders and such.

What would be your solution? (optional)

What I'd prefer is a readout that has a more binary nature to it. Either "stable" or "unstable", which would be determined by tracking each mesh in the scene as soon as you enter the geometry hash view and flagging it as unstable if it ever changes hash. The meshes could be given simple white/grey colors (or any other binary color scheme) to represent whether they are stable or unstable, for both clear readability and minimal eye strain on the user.

This would have the added benefit of being MUCH easier to read from screenshots, because the user would no longer have to interpret the visuals in motion to gather useful info.

Version

0.6.0

Media

No response

@NV-LL
Copy link
Collaborator

NV-LL commented Nov 20, 2024

Thanks for the suggestion! We've opened REMIX-3722 to track this feature request internally.

@NV-LL NV-LL added jira A jira ticket exists and removed triage labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature jira A jira ticket exists runtime RTX Remix runtime
Projects
None yet
Development

No branches or pull requests

2 participants