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

blend="add" murders HDR colors #279

Open
hmans opened this issue Sep 17, 2022 · 0 comments
Open

blend="add" murders HDR colors #279

hmans opened this issue Sep 17, 2022 · 0 comments
Labels
bug Something isn't working material composer 🖼

Comments

@hmans
Copy link
Owner

hmans commented Sep 17, 2022

The blend="add" in this for some reason clamps colors at 1, destroying all attempts at HDR colors.

<Layer opacity={Fresnel()} blend="add">
  <modules.Color color={new Color("white").multiplyScalar(5)} />
</Layer>
@hmans hmans added material composer 🖼 bug Something isn't working labels Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working material composer 🖼
Projects
None yet
Development

No branches or pull requests

1 participant