tweak rings
This commit is contained in:
parent
6d3a0da314
commit
36f99d8215
|
@ -27,7 +27,7 @@ fn ring_density(radius: f32) -> f32 {
|
||||||
let metis_notch_width: f32 = 0.6;
|
let metis_notch_width: f32 = 0.6;
|
||||||
|
|
||||||
let halo_brightness: f32 = 0.3;
|
let halo_brightness: f32 = 0.3;
|
||||||
let main_brightness: f32 = 1.0;
|
let main_brightness: f32 = 0.4;
|
||||||
let almathea_brightness: f32 = 0.2;
|
let almathea_brightness: f32 = 0.2;
|
||||||
let thebe_brightness: f32 = 0.2;
|
let thebe_brightness: f32 = 0.2;
|
||||||
|
|
||||||
|
|
|
@ -164,9 +164,9 @@ pub fn setup(
|
||||||
}),
|
}),
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
Position::from_xyz(0.0, 0.0, 0.0),
|
Position::from_xyz(0.0, -10000.0, 0.0),
|
||||||
//Rotation::from(Quat::IDENTITY),
|
//Rotation::from(Quat::IDENTITY),
|
||||||
Rotation::from(Quat::from_rotation_z(0.1f32.to_radians())),
|
Rotation::from(Quat::from_rotation_x(-0.3f32.to_radians())),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue