pub(crate) fn sky_colour(
    input: &Input<'_>,
    ray: &Ray,
    weight: f64,
    data: &mut Output,
    pixel: [usize; 2]
)
Expand description

Determine the colour of the sky. Record the data.