소스 검색

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>