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

Exposure parameter seems to do nothing #269

Closed
j-conrad opened this issue Oct 7, 2021 · 2 comments
Closed

Exposure parameter seems to do nothing #269

j-conrad opened this issue Oct 7, 2021 · 2 comments
Labels

Comments

@j-conrad
Copy link

j-conrad commented Oct 7, 2021

Just noticed that the 'exposure' slider has no effect on the model or background. I remember this working at some point so I'm not sure when it stopped.

image

OS: Windows 10
Browser: Firefox 93.0 64-bit

@donmccurdy donmccurdy added the bug label Oct 31, 2021
@GFialho
Copy link

GFialho commented Aug 4, 2022

Hey, I think that we need to set a toneMapping for the exposure to work, try adding this code after toneMappingExposure:

this.renderer.toneMapping = LinearToneMapping

and import LinearToneMapping from three

@donmccurdy
Copy link
Owner

Thanks, fixed in f656ab2 !

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

No branches or pull requests

3 participants