correct jupiter radius

This commit is contained in:
yuni 2024-11-27 22:08:06 +01:00
parent 924e264fe7
commit 704640e664
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ actor 0 0 0
orbit 778479000e3 0.5
id jupiter
name Jupiter
scale 71492e3
scale 69911e3
planet yes
sphere yes
ring yes

View file

@ -26,7 +26,7 @@ pub const C: f64 = 299792458.0; // m/s
pub const G: f64 = 6.6743015e-11; // Gravitational constant in Nm²/kg²
pub const SOL_RADIUS: f64 = 696_300_000.0;
pub const JUPITER_RADIUS: f64 = 71_492_000.0;
pub const JUPITER_RADIUS: f64 = 69_911_000.0; // refers to altitude with 1bar
pub const JUPITER_RING_RADIUS: f64 = 229_000_000.0;
pub const EARTH_RADIUS: f64 = 6_371_000.0;