Introduction
This derivation shows how the rendering equation emerges naturally from the radiometric definitions we established in the lecture series.
Starting from Radiance
Recall from the lecture series that radiance eq.radiance is defined as:
This represents the power per unit area per unit solid angle in a given direction.
The Integral Formulation
By integrating over all incoming directions at a surface point, we arrive at the rendering equation:
Where:
- is the outgoing radiance
- is the emitted radiance
- is the BRDF (bidirectional reflectance distribution function)
- is the incoming radiance
- is the hemisphere of incoming directions
Key Properties
| Property | Description |
|---|---|
| Linearity | The equation is linear in radiance |
| Recursion | Incoming radiance depends on other outgoing radiance |
| Energy Conservation |
As shown in tab.properties, the rendering equation exhibits several important mathematical properties that inform our solution strategies.
Conclusion
This derivation establishes the theoretical foundation for all physically based rendering algorithms. See fig.radiometry-diagram for the geometric interpretation.