Function rs_pbrt::core::integrator::compute_light_power_distribution
source · pub fn compute_light_power_distribution(
scene: &Scene
) -> Option<Arc<Distribution1D>>
Expand description
The light to start each photon path from is chosen according to a PDF defined by the lights’ respective powers.