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 drawing backfaces for opaque blocks #802

Open
IntegratedQuantum opened this issue Dec 1, 2024 · 0 comments
Open

Allow drawing backfaces for opaque blocks #802

IntegratedQuantum opened this issue Dec 1, 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

prerequisite for #801
This could also help reduce face count from tall grass and other vegetation.

How should lighting be handled in this case? Should it use the same lighting as the front face? Maybe with #362?
Should their faces be duplicated, like in the transparent case, or just in a separate draw call with backface culling disabled?

@IntegratedQuantum IntegratedQuantum added enhancement a new feature or improvement optimization a performance problem that should be addressed or an optimization idea graphics labels Dec 1, 2024
@IntegratedQuantum IntegratedQuantum added this to the Short-Term Goals milestone Dec 1, 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