Skip to content

Commit

Permalink
Reduce GI intensity.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Mar 12, 2022
1 parent f95d11b commit 27846d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shaders/tracing.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ fn fragment(in: FragmentInput) -> [[location(0)]] vec4<f32> {
color = color + cone_single(origin, direction, ratio, 0.3) * factor;
}
}
color = color * 0.5;
color = color * 0.2;

var V: vec3<f32>;
let is_orthographic = view.projection[3].w == 1.0;
Expand Down

0 comments on commit 27846d4

Please sign in to comment.