mercurys 0.0.3

Mercury celestial simulation crate for the MilkyWay SolarSystem workspace
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub fn ocean_fraction() -> f32 {
    0.0
}

pub fn has_oceans() -> bool {
    false
}

pub fn wave_amplitude() -> f64 {
    0.0
}

pub fn specular_reflection() -> f64 {
    0.0
}