[−][src]Trait pbrt::core::light::AreaLight
Area lights are light sources defined by one or more Shapes that emit light from their surface, with some directional distribution of radiance at each point on the surface.
Required Methods
fn l(&self, intr: &InteractionCommon, w: &Vector3f) -> Spectrum
Implementors
impl AreaLight for DiffuseAreaLight
[src]
impl AreaLight for DiffuseAreaLight
fn l(&self, intr: &InteractionCommon, w: &Vector3f) -> Spectrum
[src]
fn l(&self, intr: &InteractionCommon, w: &Vector3f) -> Spectrum