From 7801dc6cdbaf7cbee5bd5622b2605fd6e3cf3afb Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 17 Mar 2024 14:19:17 +0100 Subject: [PATCH] white sun --- src/world.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/world.rs b/src/world.rs index fb9f81c..155568b 100644 --- a/src/world.rs +++ b/src/world.rs @@ -90,9 +90,7 @@ pub fn setup( // Add THE SUN let hydrogenfusion_handle = materials.add(StandardMaterial { - base_color: Color::WHITE, - emissive: Color::rgb_linear(2300.0, 900.0, 300.0), - perceptual_roughness: 0.0, + emissive: Color::rgb_linear(2900.0, 2400.0, 2900.0), ..default() }); let sphere_radius = 5000.0; @@ -103,7 +101,7 @@ pub fn setup( transform: Transform::from_xyz( 0.0, 30000.0, - -400000.0, + -500000.0, ), ..default() });