pub fn run<T: Fn(&Input<'_>, &Camera, Ray, f64, [usize; 2], &mut Output, &mut ThreadRng) + Send + Sync + Copy>(
parameters: &Parameters,
output_dir: &Path,
sample: T
)
Expand description
Run the simulation with the given parameterisation.