Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IProbePostProcessor

Interface for light probe post processing.
Read time 1 minuteLast updated 6 days ago

Definition

public interface IProbePostProcessor : IDisposable

Remarks

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.

Methods

Method

Description

AddSphericalHarmonicsL2Perform the sum of two arrays of SphericalHarmonicsL2 element-wise.
ConvertToUnityFormatConverts light probes encoded as SphericalHarmonicsL2 to the format expected by the Unity renderer.
ConvolveRadianceToIrradianceConvolve radiance to irradiance.
DeringSphericalHarmonicsL2De-ring an array of SphericalHarmonicsL2 probes.
InitializeInitialize the IProbePostProcessor.
ScaleSphericalHarmonicsL2Scale an array of SphericalHarmonicsL2 probes element-wise.
WindowSphericalHarmonicsL2Apply a windowing operation on an array of SphericalHarmonicsL2 probes.

Inheritance

Inherited Members