From f35e5bb803b4c6f340caef9e784e2c40a0389c32 Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Thu, 26 Oct 2023 10:58:17 -0700 Subject: [PATCH] content: Dim cornell_box illumination. --- all-is-cubes-content/src/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-is-cubes-content/src/template.rs b/all-is-cubes-content/src/template.rs index e5dad41fa..92b7529f9 100644 --- a/all-is-cubes-content/src/template.rs +++ b/all-is-cubes-content/src/template.rs @@ -392,7 +392,7 @@ fn cornell_box() -> Result { 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.