class in UnityEngine.LightTransport
Implements interfaces:IProbeIntegrator
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.
CloseRadeonRays-based light probe integrator.
This integrator implementation uses the RadeonRaysContext class, which implements the IDeviceContext interface. It uses the RadeonRays SDK for intersection testing and the OpenCL 1.2 API for compute.
RadeonRaysProbeIntegrator | Constructor. |
Dispose | Disposes the probe integrator. |
IntegrateDirectRadiance | Integrate direct radiance. |
IntegrateIndirectRadiance | Integrate indirect radiance. |
IntegrateOcclusion | Integrate occlusion. |
IntegrateValidity | Integrate validity. |
Prepare | Prepare the integrator. |
SetProgressReporter | Set progress tracker. |