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/FogVolume.xml | |
parent | 5444afae63f37cb4b890c781e5679a3b7ee5a392 (diff) | |
download | redot-engine-469c462b763efe1acff65441a23964b0cbdba0bf.tar.gz |
Add missing tutorials to documentation classes
Diffstat (limited to 'doc/classes/FogVolume.xml')
-rw-r--r-- | doc/classes/FogVolume.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/FogVolume.xml b/doc/classes/FogVolume.xml index 538411016e..74ccf569e7 100644 --- a/doc/classes/FogVolume.xml +++ b/doc/classes/FogVolume.xml @@ -9,6 +9,7 @@ [b]Note:[/b] [FogVolume]s only have a visible effect if [member Environment.volumetric_fog_enabled] is [code]true[/code]. If you don't want fog to be globally visible (but only within [FogVolume] nodes), set [member Environment.volumetric_fog_density] to [code]0.0[/code]. </description> <tutorials> + <link title="Volumetric fog and fog volumes">$DOCS_URL/tutorials/3d/volumetric_fog.html</link> </tutorials> <members> <member name="material" type="Material" setter="set_material" getter="get_material"> |