Shadows
This section contains settings of scene shadows.
Shadows Settings
Enabled |
The value indicating whether shadows are rendered. enabled by default.
Console access: render_shadows (API control) |
||
---|---|---|---|
Filter Mode |
The global filtering mode to be used for shadows from all light sources by default. This mode determines quality of soft shadows. Higher quality produces smoother shadow edges. When disabled, no filtering is performed and the stair-step effect is clearly seen at the edges of shadows.
You can set filtering mode or disable filtering for each light source individually.
Console access: render_shadows_filter_mode (API control) |
||
Filter Noise |
The value indicating if noise for shadow filtering is enabled. This noise is used for smoothing. enabled by default.
Console access: render_shadows_filter_noise (API control) |
||
Penumbra Mode |
The global quality mode to be used for rendering penumbra from all light sources by default. This mode enables simulation of real-world shadows by keeping sharp contact shadows closer to the base and softening the farther the shadow stretches away. Higher values produce softer shadows. When disabled, shadow edges are crisp and sharp (no shadow softness at all).
You can set penumbra quality mode or disable penumbra rendering for each light source individually. But these per-light quality settings are ignored when global quality is set to Disabled.
Console access: render_shadows_penumbra_mode (API control) |
||
Penumbra Noise |
The value indicating if noise for penumbra rendering is enabled. This noise is used for smoothing. enabled by default.
Console access: render_shadows_penumbra_noise (API control) |
||
Translucent Depth |
The global translucence depth value defining how deep the light goes through translucent objects shifting the shadow. The higher the value, the deeper the light penetrates translucent objects shifting the shadow. Range of values: [0.0f, inf]. The default value is 0.1f. Console access: render_shadows_translucent_depth (API control)
|
||
Lerp Shadow Cascades |
The value indicating if linear interpolation of shadow cascades is enabled, making transitions between cascades smoother. This option significantly affects performance, as two shadow maps are rendered in transition areas. enabled by default.
Console access: render_shadows_world_lerp_cascades (API control) |
||
Screen Space Shadows |
The value indicating if screen space shadows are enabled. They provide high-quality penumbra, per-light work, per-pixel detail at any zoom level and infinite visibility distance (when enabled, distant objects can cast shadows next to the horizon). Supports depth cutout parallax. Screen space shadows can be mixed with regular ones. enabled by default.
Console access: render_shadows_screen_space (API control) |
||
Alpha Test Accounting |
The value indicating if alpha test is enabled for shadows. enabled by default.
Console access: render_shadows_alpha_test (API control) |
||
Shadow Cascades Culling Clusters |
The value indicating whether culling of shadow cascades is enabled for Mesh Cluster/Clutter objects. If enabled, the Mesh Cluster/Clutter objects rendered in the nearest cascade won't be rendered again in farther cascades. If disabled, the Mesh Cluster objects rendered in the nearest cascade will also be rendered in all other cascades. In some cases performance may be better if this option is disabled. disabled by default.
Console access: render_shadows_world_cascades_culling_clusters (API control) |
||
Distance |
The distance from the camera, beyond which shadows will not be rendered.
If this value is greater than the visibility distance for objects the shadows will still be rendered even though the objects themselves are not. Please, pay attention to setting these parameters properly to avoid wasting performance on rendering unnecessary shadows. Range of values: [0.0f, inf]. The default value is 100.0f. Console access: render_shadow_distance (API control)
|
||
Distance Scale |
The global scale multiplier for shadow distances. This option enables you to easily increase or decrease shadows rendering performance by changing the scale. If this value is greater than the scale multiplier for objects, the shadows will still be rendered even though the objects themselves are not. Please, make sure you set these parameters properly to avoid wasting performance on rendering unnecessary shadows. Range of values: [0.0f, inf]. The default value is 1.0f. Console access: render_shadow_distance_scale (API control) |
Last update:
2023-06-23
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)