ソースを参照

Add note about LightmapGI only baking nodes under its parent (#10247)

* Add note about LightmapGI only baking nodes under its parent

`LightmapGI`'s documentation currently doesn't mention the fact it only bakes nodes under its parent.
This can make the user think there is something wrong with their scene setup or 3D models, as it refuses to bake when the user's models / world isn't under the same parent as the `LightmapGI`.

---------

Co-authored-by: Hugo Locurcio <[email protected]>
FlooferLand! 9 ヶ月 前
コミット
d7ba911c0c
1 ファイル変更7 行追加0 行削除
  1. 7 0
      tutorials/3d/global_illumination/using_lightmap_gi.rst

+ 7 - 0
tutorials/3d/global_illumination/using_lightmap_gi.rst

@@ -80,6 +80,13 @@ Setting up
     graphics API limitations on those devices. On Android and web platforms,
     only *rendering* lightmaps that were baked on a desktop PC is supported.
 
+.. note::
+
+    The LightmapGI node only bakes nodes that are on the same level as the
+    LightmapGI node (siblings), or nodes that are children of the
+    LightmapGI node. This allows you to use several LightmapGI nodes to bake
+    different parts of the scene, independently from each other.
+
 First of all, before the lightmapper can do anything, the objects to be baked need
 a UV2 layer and a texture size. A UV2 layer is a set of secondary texture coordinates
 that ensures any face in the object has its own place in the UV map. Faces must