浏览代码

Merge pull request #39333 from Aroweeri/environment

Environment doc update regarding Viewport usage.
Rémi Verschelde 5 年之前
父节点
当前提交
c7bbe262dd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/Environment.xml

+ 1 - 0
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.
 	</description>
 	<tutorials>
 		<link>https://docs.godotengine.org/en/latest/tutorials/3d/environment_and_post_processing.html</link>