Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ReferenceProbePostProcessor

class in UnityEngine.LightTransport.PostProcessing


Implements interfaces:IProbePostProcessor

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

The ReferenceProbePostProcessor implements the IProbePostProcessor interface.

The implementation favors correctness and simplicity over performance. It runs on CPU without multithreading, asynchronous execution or any other optimizations. The class is meant for debugging and is not intended for production use.

Constructors

ReferenceProbePostProcessorConstructor.

Public Methods

AddSphericalHarmonicsL2Add two arrays of SphericalHarmonicsL2 together.
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.
DisposeDisposes the post processor.
InitializeInitialize the ReferenceProbePostProcessor.
ScaleSphericalHarmonicsL2Scale an array of SphericalHarmonicsL2 probes.
WindowSphericalHarmonicsL2Apply a windowing operation on an array of SphericalHarmonicsL2 probes.