Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Denoiser is disabled by default
Removed validation screenshots
  • Loading branch information
knightcrawler25 committed Oct 19, 2021
1 parent 5394792 commit 0d6af3e
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace GLSLPT
RRDepth = 2;
bgColor = Vec3(0.3f, 0.3f, 0.3f);
denoiserFrameCnt = 20;
enableDenoiser = true;
enableDenoiser = false;
}
iVec2 resolution;
int maxDepth;
Expand Down
Binary file removed validation/metallic_0.5.png
Binary file not shown.
Binary file removed validation/metallic_0.5_pbrt.png
Binary file not shown.
Binary file removed validation/metallic_1.0.png
Binary file not shown.
Binary file removed validation/metallic_1.0_pbrt.png
Binary file not shown.
Binary file removed validation/roughness.png
Binary file not shown.
Binary file removed validation/roughness_pbrt.png
Binary file not shown.
Binary file removed validation/transmission_0.5.png
Binary file not shown.
Binary file removed validation/transmission_0.5_pbrt.png
Binary file not shown.
Binary file removed validation/transmission_1.0.png
Binary file not shown.
Binary file removed validation/transmission_1.0_pbrt.png
Binary file not shown.

0 comments on commit 0d6af3e

Please sign in to comment.