소스 검색

Merge pull request #4043 from aaronfranke/light-8

Mention limit of 8 lights per mesh
Rémi Verschelde 4 년 전
부모
커밋
498aba30e2
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      tutorials/3d/introduction_to_3d.rst

+ 4 - 2
tutorials/3d/introduction_to_3d.rst

@@ -222,5 +222,7 @@ each viewport:
 Lights
 ------
 
-There is no limitation on the number of lights, nor of types of lights, in
-Godot. As many as desired can be added (as long as performance allows).
+Godot has a limit of up to 8 lights per mesh. Aside from that, there
+is no limitation on the number of lights, nor of types of lights, in
+Godot. As many as desired can be added, as long as performance allows,
+and no more than 8 lights shine on a single mesh.