Skip to content

Commit

Permalink
Commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
catinjar committed Dec 6, 2021
1 parent 788e6b8 commit 465de41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ColorHelpers.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "ColorHelpers.hpp"

// Some samples might be NaN or a very big number and kill the whole pixel during the Monte-Carlo averaging
// We hide this issue here
Vector3 DeNan(const Vector3 &color)
{
auto temp = color;
Expand Down

0 comments on commit 465de41

Please sign in to comment.