diff --git a/examples/3d/pbr_pipelined.rs b/examples/3d/pbr_pipelined.rs index 470326cab3..c14fff7635 100644 --- a/examples/3d/pbr_pipelined.rs +++ b/examples/3d/pbr_pipelined.rs @@ -67,7 +67,7 @@ fn setup( commands.spawn_bundle(PointLightBundle { transform: Transform::from_translation(Vec3::new(50.0, 50.0, 50.0)), point_light: PointLight { - intensity: 50000., + intensity: 600000., range: 100., ..Default::default() },