pub fn create_light_sample_distribution(
    name: String,
    scene: &Scene
) -> Option<Arc<LightDistribution>>
Expand description

Decides based on the name and the number of scene lights which light distribution to return.