Skip to content

Commit

Permalink
Make CMJ default sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
yozhijk committed Jan 30, 2017
1 parent 0bcf130 commit 1034e1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions App/CL/common.cl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ THE SOFTWARE.
#ifndef COMMON_CL
#define COMMON_CL


#define CRAZY_LOW_THROUGHPUT 0.0f
#define CRAZY_HIGH_RADIANCE 3.f
#define CRAZY_HIGH_DISTANCE 1000000.f
Expand All @@ -36,8 +35,8 @@ THE SOFTWARE.
#define SOBOL 2
#define CMJ 3

#define SAMPLER SOBOL
#define SAMPLER CMJ

#define CMJ_DIM 4
#define CMJ_DIM 16

#endif // COMMON_CL

0 comments on commit 1034e1d

Please sign in to comment.