Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

RCVariant enumeration

Represents the radiance cascades implementation variant

public enum RCVariant

Values

namevaluedescription
Vanilla0The original implementation of radiance cascades. In some cases, it is the fastest option; however, it is very prone to ringing artifacts.
BilinearFix1A 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.
HolographicRC2A radiance cascades variant that uses alternative probe placement achieving perfectly tiled screen coverage by the light probes.

See Also