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.