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 mods to disable block face culling or to make it ineffective at will #330

Open
forkiesassds opened this issue Jul 3, 2024 · 2 comments

Comments

@forkiesassds
Copy link

Request Description

My mod depends on a mixin for Sodium which makes it so that block face culling is effectively disabled due to it not working with a different projection matrix, by setting visible faces so that all faces are "visible". Either allow that or allow mods that set a custom projection matrix to properly do block face culling without having to do this.

@embeddedt
Copy link
Contributor

Hmm, can you show me more about this use case/how you're setting this up? I feel like there are other things that could break from doing that - it sounds more like the camera position needs to be calculated with the projection matrix taken into account, or something along those lines.

@forkiesassds
Copy link
Author

it sounds more like the camera position needs to be calculated with the projection matrix taken into account, or something along those lines.

This could certainly the case... I'm unsure how would I be able to do this however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants