Method SetPCSSParams
SetPCSSParams(int, int, float, float)
Set parameters for PCSS shadows.
Declaration
public void SetPCSSParams(int blockerSampleCount = 16, int filterSampleCount = 24, float minFilterSize = 0.01, float radiusScaleForSoftness = 1)
Parameters
Type | Name | Description |
---|---|---|
int | blockerSampleCount | Number of samples used to detect blockers |
int | filterSampleCount | Number of samples used to filter the shadow map |
float | minFilterSize | Minimum filter intensity |
float | radiusScaleForSoftness | Scale applied to shape radius or angular diameter in the softness calculations. |