소스 검색

Merge pull request #35560 from clayjohn/DOCS-sky-radiance

Add warning for radiance_size
Rémi Verschelde 5 년 전
부모
커밋
be1bc53d42
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/classes/Sky.xml

+ 1 - 0
doc/classes/Sky.xml

@@ -14,6 +14,7 @@
 		<member name="radiance_size" type="int" setter="set_radiance_size" getter="get_radiance_size" enum="Sky.RadianceSize" default="2">
 			The [Sky]'s radiance map size. The higher the radiance map size, the more detailed the lighting from the [Sky] will be.
 			See [enum RadianceSize] constants for values.
+			[b]Note:[/b] Some hardware will have trouble with higher radiance sizes, especially [constant RADIANCE_SIZE_512] and above. Only use such high values on high-end hardware.
 		</member>
 	</members>
 	<constants>