|
|
|
|
|
by bjornsing
542 days ago
|
|
Spherical harmonics are essentially orthogonal basis functions on the sphere. They are popular in 3D graphics because you can very quickly compute the sphere integral over the product of two functions, as the dot product of their basis function coefficients(!). This can be used for real-time complex lighting on relatively modest hardware. |
|