Skip to content

Commit 0d6af3e

Browse files
Updates
Denoiser is disabled by default Removed validation screenshots
1 parent 5394792 commit 0d6af3e

11 files changed

+1
-1
lines changed

src/core/Renderer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace GLSLPT
5050
RRDepth = 2;
5151
bgColor = Vec3(0.3f, 0.3f, 0.3f);
5252
denoiserFrameCnt = 20;
53-
enableDenoiser = true;
53+
enableDenoiser = false;
5454
}
5555
iVec2 resolution;
5656
int maxDepth;

validation/metallic_0.5.png

-447 KB
Binary file not shown.

validation/metallic_0.5_pbrt.png

-274 KB
Binary file not shown.

validation/metallic_1.0.png

-446 KB
Binary file not shown.

validation/metallic_1.0_pbrt.png

-296 KB
Binary file not shown.

validation/roughness.png

-450 KB
Binary file not shown.

validation/roughness_pbrt.png

-276 KB
Binary file not shown.

validation/transmission_0.5.png

-442 KB
Binary file not shown.

validation/transmission_0.5_pbrt.png

-264 KB
Binary file not shown.

validation/transmission_1.0.png

-439 KB
Binary file not shown.

validation/transmission_1.0_pbrt.png

-275 KB
Binary file not shown.

0 commit comments

Comments
 (0)