Skip to content

Commit

Permalink
bevy_pbr2: Do not use DepthBiasState
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Jul 13, 2021
1 parent eb99286 commit f97942e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelined/bevy_pbr2/src/render/light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ impl FromWorld for ShadowShaders {
write_mask: 0,
},
bias: DepthBiasState {
constant: 2,
slope_scale: 2.0,
constant: 0,
slope_scale: 0.0,
clamp: 0.0,
},
}),
Expand Down

0 comments on commit f97942e

Please sign in to comment.