Browse Source

Merge pull request #39333 from Aroweeri/environment

Environment doc update regarding Viewport usage.
Rémi Verschelde 5 years ago
parent
commit
c7bbe262dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/Environment.xml

+ 1 - 0
doc/classes/Environment.xml

@@ -9,6 +9,7 @@
 		- Glow
 		- Glow
 		- Tonemap (Auto Exposure)
 		- Tonemap (Auto Exposure)
 		- Adjustments
 		- 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.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
 		<link>https://docs.godotengine.org/en/latest/tutorials/3d/environment_and_post_processing.html</link>
 		<link>https://docs.godotengine.org/en/latest/tutorials/3d/environment_and_post_processing.html</link>