RCVariant enumeration
Represents the radiance cascades implementation variant
public enum RCVariant
Values
| name | value | description |
|---|---|---|
| Vanilla | 0 | The original implementation of radiance cascades. In some cases, it is the fastest option; however, it is very prone to ringing artifacts. |
| BilinearFix | 1 | A slight modification of the original radiance cascades intended to address the artifacts in the vanilla version. Merges cascades more precisely by casting 4x more rays. |
| HolographicRC | 2 | A radiance cascades variant that uses alternative probe placement achieving perfectly tiled screen coverage by the light probes. |
See Also
- namespace Dim0v.RadianceCascades2D.Utility