From 198bd4cb0fc71acf75baa56ceb326f4b4f218175 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 6 Jun 2020 19:14:08 -0400 Subject: [PATCH] Environment doc update regarding Viewport usage. --- doc/classes/Environment.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml index 71096e37426..f0f26f50c1b 100644 --- a/doc/classes/Environment.xml +++ b/doc/classes/Environment.xml @@ -9,6 +9,7 @@ - Glow - Tonemap (Auto Exposure) - Adjustments + These effects will only apply when the [Viewport]'s intended usage is "3D" or "3D Without Effects". This can be configured for the root Viewport with [member ProjectSettings.rendering/quality/intended_usage/framebuffer_allocation], or for specific Viewports via the [member Viewport.usage] property. https://docs.godotengine.org/en/latest/tutorials/3d/environment_and_post_processing.html