Why does rendering produce negative values? #1621
Unanswered
Disgruntoad
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Negative sRGB values are outside of the gamut of representable colors in sRGB. This is an issue that is unique to RGB colors and will not show up with spectral representations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the Emitters page (https://mitsuba.readthedocs.io/en/latest/src/generated/plugins_emitters.html):
According to the HDRFilms section from the Films page (https://mitsuba.readthedocs.io/en/latest/src/generated/plugins_films.html):
I've noticed in some of my own renders written as rgb to exr that the pixel value may be negative. I checked the scene bsdf file and none of the spectra were negative.
How should I interpret / understand what negative values mean?
Beta Was this translation helpful? Give feedback.
All reactions