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

Compensate for exposure after sampling background color, adjust transmission example #1

Merged
merged 4 commits into from
Dec 31, 2023

Conversation

coreh
Copy link

@coreh coreh commented Dec 29, 2023

This PR fixes the underexposed transmitted images.

Turns out since exposure is now applied to transmitted light (like all other light types), and the transmitted light was being sampled from an already exposure adjusted background image, we were effectively applying exposure twice. We now compensate for that.

This PR also tweaks the example to look good under the new default exposure settings, and removes the ColorGrading exposure adjustment, now that EnviromentMapLights can have their intensity adjusted. (It was a workaround for an overly bright enviroment map)

image

@GitGhillie
Copy link
Owner

Thanks!

@GitGhillie GitGhillie merged commit 404a98d into GitGhillie:exposure_jms Dec 31, 2023
1 check failed
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.

3 participants