diff --git a/tutorials/3d/environment_and_post_processing.rst b/tutorials/3d/environment_and_post_processing.rst index d044b301d..6de440a3f 100644 --- a/tutorials/3d/environment_and_post_processing.rst +++ b/tutorials/3d/environment_and_post_processing.rst @@ -226,8 +226,6 @@ There are several types of ambient light to choose from: set to a mode other than **Sky**. If the background mode is already **Sky**, this mode behaves identically to **Background**. -.. image:: img/environment_ambient.webp - When the ambient light mode is set to Sky or Background (and background is set to Sky), it's possible to blend between the ambient color and sky using the **Sky Contribution** property. This value is set to ``1.0`` by default, which @@ -481,6 +479,9 @@ parameters: make the :abbr:`SSAO (Screen-Space Ambient Occlusion)` effect visible in direct light. Values above ``0.0`` are not physically accurate, but some artists prefer this effect. +- **AO Channel Affect** The screen-space ambient occlusion intensity on + materials that have an AO texture defined. Values higher than ``0.0`` will + make the SSAO effect visible in areas darkened by AO textures. .. _doc_environment_and_post_processing_ssil: diff --git a/tutorials/3d/img/environment_adjustments.webp b/tutorials/3d/img/environment_adjustments.webp index d2f7a007a..5ae2f4312 100644 Binary files a/tutorials/3d/img/environment_adjustments.webp and b/tutorials/3d/img/environment_adjustments.webp differ diff --git a/tutorials/3d/img/environment_ambient.webp b/tutorials/3d/img/environment_ambient.webp deleted file mode 100644 index 1fcfcb694..000000000 Binary files a/tutorials/3d/img/environment_ambient.webp and /dev/null differ diff --git a/tutorials/3d/img/environment_background1.webp b/tutorials/3d/img/environment_background1.webp index 0315fec0b..4d67dac9a 100644 Binary files a/tutorials/3d/img/environment_background1.webp and b/tutorials/3d/img/environment_background1.webp differ diff --git a/tutorials/3d/img/environment_camera.webp b/tutorials/3d/img/environment_camera.webp index 4834b38a1..a91a93926 100644 Binary files a/tutorials/3d/img/environment_camera.webp and b/tutorials/3d/img/environment_camera.webp differ diff --git a/tutorials/3d/img/environment_preview_sun_sky_dialog.webp b/tutorials/3d/img/environment_preview_sun_sky_dialog.webp index 8b6215e57..ece93cc5f 100644 Binary files a/tutorials/3d/img/environment_preview_sun_sky_dialog.webp and b/tutorials/3d/img/environment_preview_sun_sky_dialog.webp differ diff --git a/tutorials/3d/img/environment_preview_sun_sky_toggle.webp b/tutorials/3d/img/environment_preview_sun_sky_toggle.webp index a995c9927..c95425454 100644 Binary files a/tutorials/3d/img/environment_preview_sun_sky_toggle.webp and b/tutorials/3d/img/environment_preview_sun_sky_toggle.webp differ diff --git a/tutorials/3d/img/environment_ssao_parameters.webp b/tutorials/3d/img/environment_ssao_parameters.webp index a04e2a525..b3aa8a698 100644 Binary files a/tutorials/3d/img/environment_ssao_parameters.webp and b/tutorials/3d/img/environment_ssao_parameters.webp differ diff --git a/tutorials/3d/img/environment_world.webp b/tutorials/3d/img/environment_world.webp index 24cbdb11c..4db1039c7 100644 Binary files a/tutorials/3d/img/environment_world.webp and b/tutorials/3d/img/environment_world.webp differ