File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ Instructions for building:
4
4
5
5
* git clone https://github.com/knightcrawler25/GLSL-PathTracer.git
6
6
7
- * cd GLSL-PathTracer
7
+ * OpenImageDenoise: Copy linux64 libraries from https://github.com/OpenImageDenoise/oidn/releases/tag/v1.2.4 to thirdparty/oidn/lib folder
8
8
9
9
* mkdir build
10
10
11
+ * cd build
12
+
11
13
* cmake ..
12
14
13
15
* make
14
16
15
- * cd build
16
-
17
17
* To run the program: ./PathTracer
18
18
19
19
* Additional samples can be downloaded from: https://drive.google.com/file/d/1UFMMoVb5uB7WIvCeHOfQ2dCQSxNMXluB/view
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ namespace GLSLPT
50
50
RRDepth = 2 ;
51
51
bgColor = Vec3 (0 .3f , 0 .3f , 0 .3f );
52
52
denoiserFrameCnt = 20 ;
53
- enableDenoiser = false ;
53
+ enableDenoiser = true ;
54
54
}
55
55
iVec2 resolution;
56
56
int maxDepth;
You can’t perform that action at this time.
0 commit comments