make the sun BRIGHT
This commit is contained in:
parent
d4f5da819c
commit
56a9fd766d
|
@ -90,7 +90,7 @@ pub fn setup(
|
|||
|
||||
// Add THE SUN
|
||||
let hydrogenfusion_handle = materials.add(StandardMaterial {
|
||||
emissive: Color::rgb_linear(2900.0, 2400.0, 2900.0),
|
||||
emissive: Color::rgb_linear(1e6, 0.9e6, 1e6),
|
||||
..default()
|
||||
});
|
||||
let sphere_radius = 5000.0;
|
||||
|
|
Loading…
Reference in a new issue