Skip to content

Commit

Permalink
No godray spotlight
Browse files Browse the repository at this point in the history
  • Loading branch information
sa2urami committed Dec 13, 2024
1 parent 5b3fde9 commit da06ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prismarine-viewer/webgpuShaders/RadialBlur/frag.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fn main(
}


col *= (1. - dot(tuv, tuv)*.75);
//col *= (1. - dot(tuv, tuv)*.75);

if (temp == 1.0) {
return clearColor * sqrt(smoothstep(0.0, 1.0, col));
Expand Down

0 comments on commit da06ea7

Please sign in to comment.