File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -423,8 +423,8 @@ uniforms.
423423Screen-Space Ambient Occlusion (SSAO)
424424~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
425425
426- *This feature is only available when using the Forward+ renderer, not
427- Mobile or Compatibility . *
426+ *This feature is only available when using the Forward+ and Compatibility renderers,
427+ not Mobile . *
428428
429429As mentioned in the **Ambient ** section, areas where light from light nodes
430430does not reach (either because it's outside the radius or shadowed) are lit
@@ -495,6 +495,15 @@ parameters:
495495 materials that have an AO texture defined. Values higher than ``0.0 `` will
496496 make the SSAO effect visible in areas darkened by AO textures.
497497
498+ .. note ::
499+
500+ Since Godot 4.6, a simplified version of SSAO is available in the Compatibility
501+ renderer. This implementation has a different look, but should perform
502+ significantly better on low-end devices compared to SSAO in Forward+.
503+
504+ When using the Compatibility renderer, only the **Radius ** and **Intensity **
505+ parameters can be adjusted.
506+
498507.. _doc_environment_and_post_processing_ssil :
499508
500509Screen-Space Indirect Lighting (SSIL)
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ See :ref:`doc_environment_and_post_processing` for more information.
261261+-------------------------+--------------------------+--------------------------+--------------------------+
262262| Screen-Space Reflections| ❌ Not supported. | ❌ Not supported. | ✔️ Supported. |
263263+-------------------------+--------------------------+--------------------------+--------------------------+
264- | Screen-Space Ambient | ❌ Not supported. | ❌ Not supported. | ✔️ Supported. |
264+ | Screen-Space Ambient | ✔️ Supported. | ❌ Not supported. | ✔️ Supported. |
265265| Occlusion (SSAO) | | | |
266266+-------------------------+--------------------------+--------------------------+--------------------------+
267267| Screen-Space | ❌ Not supported. | ❌ Not supported. | ✔️ Supported. |
You can’t perform that action at this time.
0 commit comments