Skip to content

Commit

Permalink
increase default intensity
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Mar 19, 2021
1 parent 1d4d606 commit 5f47748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl Default for Light {
color: Color::rgb(1.0, 1.0, 1.0),
depth: 0.1..50.0,
fov: f32::to_radians(60.0),
intensity: 100.0,
intensity: 200.0,
range: 20.0,
}
}
Expand Down

0 comments on commit 5f47748

Please sign in to comment.