Skip to content

Commit

Permalink
Increase sample count
Browse files Browse the repository at this point in the history
  • Loading branch information
ApoorvaJ committed Sep 18, 2023
1 parent c6493bf commit fa7d436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ vec3 mx_pre_convolve_environment()
// If we use prefiltering, we can have a smaller sample count, since pre-filtering will reduce
// the variance of the samples by choosing higher mip levels where necessary. We haven't
// implemented prefiltering yet, so we use a high sample count.
int sampleCount = 610; // Must be a Fibonacci number
int sampleCount = 1597; // Must be a Fibonacci number

float3 lightInt = float3(0.0, 0.0, 0.0);
float cbsdfInt = 0.0;
Expand Down

0 comments on commit fa7d436

Please sign in to comment.