[][src]Function pbrt::integrators::mlt::render_mlt

pub fn render_mlt(
    scene: &Scene,
    camera: &Arc<dyn Camera + Send + Sync>,
    _sampler: &mut Box<dyn Sampler + Send + Sync>,
    integrator: &mut Box<MLTIntegrator>,
    num_threads: u8
)

Main function to render a scene multi-threaded (using all available cores) with Metropolis Light Transport (MLT).

bdpt