Environment.SSAOQuality/ssaoQuality - multiple declarations
Function Environment.ssaoQuality
The screen-space ambient occlusion quality. Higher qualities will make better use of small objects for ambient occlusion, but are slower.
Environment . SSAOQuality ssaoQuality() nothrow @property @nogc;
void ssaoQuality
(
long v
) nothrow @property @nogc;
Enum Environment.SSAOQuality
enum SSAOQuality
: int { ... }
Enum members
Name | Description |
---|---|
ssaoQualityHigh
|
Low quality for the screen-space ambient occlusion effect (slowest). |
ssaoQualityLow
|
Low quality for the screen-space ambient occlusion effect (fastest). |
ssaoQualityMedium
|
Low quality for the screen-space ambient occlusion effect. |