tweak rings

This commit is contained in:
yuni 2024-04-02 01:29:16 +02:00
parent 6d3a0da314
commit 36f99d8215
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ fn ring_density(radius: f32) -> f32 {
let metis_notch_width: f32 = 0.6;
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 thebe_brightness: f32 = 0.2;

View file

@ -164,9 +164,9 @@ pub fn setup(
}),
..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::from_rotation_z(0.1f32.to_radians())),
Rotation::from(Quat::from_rotation_x(-0.3f32.to_radians())),
));
}