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

Enable posterization of the lightmap alpha channel #386

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

rdw-software
Copy link
Member

It seems that the "posterization effect" is a due to the use of 16-bit colors. Ergo, the lightmap alpha channel also needs to be posterized since there's no way to store more than 4 bits for each channel.

It seems that the "posterization effect" is a due to the use of 16-bit colors. Ergo, the lightmap alpha channel also needs to be posterized since there's no way to store more than 4 bits for each channel.
@rdw-software rdw-software merged commit 3b39259 into main Mar 18, 2024
10 checks passed
@rdw-software rdw-software deleted the posterize-lightmap-alpha branch March 18, 2024 02:27
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

Successfully merging this pull request may close these issues.

1 participant