File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
tutorials/3d/global_illumination Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -242,10 +242,14 @@ The modes are:
242242Disabled
243243^^^^^^^^
244244
245- The light is ignored when baking lightmaps. Keep in mind hiding a light will have
246- no effect for baking, so this must be used instead of hiding the Light node .
245+ The light is ignored when baking lightmaps. This is the mode to use for dynamic
246+ lighting effects such as explosions and weapon effects .
247247
248- This is the mode to use for dynamic lighting effects such as explosions and weapon effects.
248+ .. warning ::
249+
250+ Hiding a light has no effect on the resulting lightmap bake. This means
251+ you must use the Disabled bake mode instead of hiding the Light node by
252+ disabling its **Visible ** property.
249253
250254Dynamic
251255^^^^^^^
You can’t perform that action at this time.
0 commit comments