Skip to content

Commit

Permalink
Change spp to 750. (Just in case)
Browse files Browse the repository at this point in the history
  • Loading branch information
kugimasa committed Aug 29, 2023
1 parent b328077 commit 0022774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/shader/compute-sample.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const kYup = vec3f(0.0, 1.0, 0.0);
const kRayDepth = 5;
const kRayMin = 1e-6;
const kRayMax = 1e20;
const kSPP = 850;
const kSPP = 750;
const kZero = vec3f(0.0, 0.0, 0.0);
const kOne = vec3f(1.0, 1.0, 1.0);

Expand Down

0 comments on commit 0022774

Please sign in to comment.