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

Allow changing the (number of) levels of detail displayed in the game. #747

Open
IntegratedQuantum opened this issue Oct 19, 2024 · 0 comments
Labels
enhancement a new feature or improvement graphics optimization a performance problem that should be addressed or an optimization idea

Comments

@IntegratedQuantum
Copy link
Member

This would mostly be a low-end hardware support thing, but it might also be interesting for some performance benchmarks.

This is currently a constant in settings.zig. Changing it to a variable might have unexpected consequences (especially in multiplayer), so it would be important to also check all usages, instead of just blindly applying the change.

@IntegratedQuantum IntegratedQuantum added enhancement a new feature or improvement optimization a performance problem that should be addressed or an optimization idea graphics labels Oct 19, 2024
@IntegratedQuantum IntegratedQuantum added this to the Long-Term Goals milestone Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement a new feature or improvement graphics optimization a performance problem that should be addressed or an optimization idea
Projects
None yet
Development

No branches or pull requests

1 participant