Common spherical harmonics functions. More...
Variables | |
constexpr float | ki [shCoeffCount] |
Precomputed KI coefficients for the 3 band spherical harmonics. | |
Common spherical harmonics functions.
Spherical harmonics (SH) are used to represent functions on the surface of a sphere, particularly for lighting and shading. SH allows for efficient approximations of complex lighting environments, such as image-based lighting (IBL), by encoding diffuse light and low-frequency details. SH are commonly used in precomputed radiance transfer (PRT) to achieve realistic lighting with low computational cost, especially for dynamic and global illumination in 3D scenes, enabling real-time performance in games.
Based on this project: https://google.github.io/filament/Filament.html
|
constexpr |
Precomputed KI coefficients for the 3 band spherical harmonics.