Function rust_tracer::run

source ·
pub fn run(
    image_width: i32,
    samples_per_pixel: i32,
    max_depth: usize,
    world: &HittableList
)