Skip to content

Commit

Permalink
content: Dim cornell_box illumination.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Oct 26, 2023
1 parent c844b5e commit f35e5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-is-cubes-content/src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ fn cornell_box() -> Result<Space, InGenError> {
let light: Block = Block::builder()
.display_name("Light")
.color(Rgba::new(1.0, 1.0, 1.0, 1.0))
.light_emission(Rgb::new(40., 40., 40.))
.light_emission(Rgb::ONE * 8.0)
.build();

// Floor.
Expand Down

0 comments on commit f35e5bb

Please sign in to comment.