class in UnityEngine.LightTransport
Implements interfaces:IProbeIntegrator
RadeonRays-based light probe integrator.
This integrator implementation uses the RadeonRaysContext class, which implements the IDeviceContext interface. It uses the RadeonRays SDK for ray-triangle intersection testing and the OpenCL 1.2 API for compute.
Constructor | Description |
---|---|
RadeonRaysProbeIntegrator | Constructor. |
Method | Description |
---|---|
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. |