You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Default Probe Resolution**| Default probes cubemap resolution (use for Environment Probes, can be overridden per-actor). Recommended is default `128x128`. For mobile platforms try using a lower resolution to get more performance. |
21
22
|**Use HDR Probes**| If checked, Environment Probes will use HDR texture format. Improves quality in very bright scenes at cost of higher memory usage. |
22
23
|||
@@ -27,8 +28,12 @@ You can change most of these values at runtime using the [GraphicsQuality](https
27
28
|||
28
29
|**GI Quality**| The Global Illumination quality. Controls the quality of the GI effect. |
29
30
|**GI Probes Spacing**| The Global Illumination probes spacing distance (in world units). Defines the quality of the GI resolution. Adjust to 200-500 to improve performance and lower frequency GI data. |
31
+
|**GI Cascades Blending**| Enables cascades splits blending for Global Illumination. |
30
32
|**Global Surface Atlas Resolution**| The Global Surface Atlas resolution. Adjust it if atlas `flickers` due to overflow (eg. to 4096). |
31
33
|||
34
+
|**Gamma Color Space**| If checked, color space workflow will use Gamma instead of Linear. Gamma color space defines colors with an applied a gamma curve (sRGB) so they are perceptually linear. This makes sense when the output of the rendering represent final color values that will be presented to a non-HDR screen. |
35
+
|**Render Color Format**| Pixel format used by the rendering pipeline (for light buffer and post-processing). Possible options: <table><tbody><tr><th>Option</th><th>Description</th></tr><tr><td>**R11G11B10**</td><td>HDR 32-bit buffer without alpha channel support. Offers good performance but might result in colors banding or shift towards yellowish colors due to low data precision.</td></tr><tr><td>**R8G8B8A8**</td><td>LDR 32-bit buffer with alpha channel support. Offers good performance but doesn't support High Dynamic Range rendering.</td></tr><tr><td>**R16G16B16A16**</td><td>HDR 64-bit buffer with alpha channel support. Offers very good quality for wide range of colors but requires more memory.</td></tr></tbody></table> |
36
+
|||
32
37
|**Fallback Fonts**| The list of fallback fonts used for text rendering. Ignored if empty. |
33
38
|||
34
39
|**Post Process Settings**| The default Post Process settings. Can be overriden by PostFxVolume on a level locally, per camera or for a whole map. |
0 commit comments