Replies: 1 comment 1 reply
-
Does "hot"/white pixels refer to fireflies or undefined floating point behavior? The solution to fireflies is radiance clamping or adjusting sampling. Undefined floating point behavior is when a sample somehow ends up as a NaN or Inf (e.g. divided by 0 somewhere) and turns the pixel black/white/something when it's accumulated. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Great discussion on the issue of extra hot (white) pixels when rendering: #660
Beta Was this translation helpful? Give feedback.
All reactions