Skip to content

Commit 1034e1d

Browse files
committed
Make CMJ default sampler
1 parent 0bcf130 commit 1034e1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

App/CL/common.cl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ THE SOFTWARE.
2222
#ifndef COMMON_CL
2323
#define COMMON_CL
2424

25-
2625
#define CRAZY_LOW_THROUGHPUT 0.0f
2726
#define CRAZY_HIGH_RADIANCE 3.f
2827
#define CRAZY_HIGH_DISTANCE 1000000.f
@@ -36,8 +35,8 @@ THE SOFTWARE.
3635
#define SOBOL 2
3736
#define CMJ 3
3837

39-
#define SAMPLER SOBOL
38+
#define SAMPLER CMJ
4039

41-
#define CMJ_DIM 4
40+
#define CMJ_DIM 16
4241

4342
#endif // COMMON_CL

0 commit comments

Comments
 (0)