API ReferenceGE Extensionscoresettings
Shadows Quality
Defines shadow quality presets for the GraphicsQualityGroup system.
Defines shadow quality presets for the GraphicsQualityGroup system.
Overview
core/settings/shadowsQuality - Quality levels module controlling shadow texture resolution and shadow enable/disable state.
Quality Levels
| Level | $pref::Shadows::textureScalar | $pref::Shadows::disable |
|---|---|---|
| Lowest | 0.25 | 2 (none) |
| Low | 0.5 | 1 (partial) |
| Normal | 1.0 | 0 (all) |
| High | 2.0 | 0 (all) |
Console Variables
| Variable | Description |
|---|---|
$pref::Shadows::textureScalar | Shadow map resolution multiplier |
$pref::Shadows::disable | 0 = all shadows, 1 = partial, 2 = none |
Module State
| Variable | Type | Default |
|---|---|---|
qualityLevels | table | { |
M.qualityLevels- Table. Quality presets (Lowest/Low/Normal/High) mapping shadow texture scalar and disable prefs.
See Also
- GraphicsQualityGroup - Quality group class