DiffuseLight class
A material that emits light equally in all directions from the front side of a surface.
Base classes
- class Material
- A base class used to represent surface material properties.
Public functions
Public variables
Function documentation
bool DiffuseLight:: is_emissive() const override
Return whether or not this Material is emissive.
This is primarily used to create a global list of emitters for sampling.