Method SetPCSSParams
SetPCSSParams(int, int, float, float)
Set parameters for PCSS shadows.
선언
public void SetPCSSParams(int blockerSampleCount = 16, int filterSampleCount = 24, float minFilterSize = 0.01, float radiusScaleForSoftness = 1)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| 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. |