interface in UnityEngine.LightTransport.PostProcessing
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseInterface for light probe post processing.
The interface provides common operations for light probes encoded as SphericalHarmonicsL2. Operations include radiance to irradiance conversion, conversion to the format expected by Unity for rendering (refer to IProbePostProcessor.ConvertToUnityFormat), addition, and scaling.
AddSphericalHarmonicsL2 | Add two arrays of SphericalHarmonicsL2 together. |
ConvertToUnityFormat | Converts light probes encoded as SphericalHarmonicsL2 to the format expected by the Unity renderer. |
ConvolveRadianceToIrradiance | Convolve radiance to irradiance. |
DeringSphericalHarmonicsL2 | De-ring an array of SphericalHarmonicsL2 probes. |
Initialize | Initialize the IProbePostProcessor. |
ScaleSphericalHarmonicsL2 | Scale an array of SphericalHarmonicsL2 probes. |
WindowSphericalHarmonicsL2 | Apply a windowing operation on an array of SphericalHarmonicsL2 probes. |