diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-08-15 12:14:01 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-08-19 20:29:24 +0200 |
commit | 469c462b763efe1acff65441a23964b0cbdba0bf (patch) | |
tree | 5209595f2f6a3e93a00729f4ce16575d022031fd /doc/classes/LightmapGI.xml | |
parent | 5444afae63f37cb4b890c781e5679a3b7ee5a392 (diff) | |
download | redot-engine-469c462b763efe1acff65441a23964b0cbdba0bf.tar.gz |
Add missing tutorials to documentation classes
Diffstat (limited to 'doc/classes/LightmapGI.xml')
-rw-r--r-- | doc/classes/LightmapGI.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/LightmapGI.xml b/doc/classes/LightmapGI.xml index 6a6a72b329..a626c71377 100644 --- a/doc/classes/LightmapGI.xml +++ b/doc/classes/LightmapGI.xml @@ -12,6 +12,7 @@ [b]Note:[/b] If no custom lightmappers are installed, [LightmapGI] can only be baked when using the Vulkan backend (Forward+ or Mobile), not OpenGL. </description> <tutorials> + <link title="Using Lightmap global illumination">$DOCS_URL/tutorials/3d/global_illumination/using_lightmap_gi.html</link> </tutorials> <members> <member name="bias" type="float" setter="set_bias" getter="get_bias" default="0.0005"> |