diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-24 13:19:58 +0200 |
---|---|---|
committer | MewPurPur <mew.pur.pur@abv.bg> | 2023-08-11 21:17:04 +0300 |
commit | 57d05ffc661a78d0c87c49f86da10fe37f01180b (patch) | |
tree | a3921bc9a9e2c51de57881b726bcaee62d6dd452 /doc/classes/FogVolume.xml | |
parent | 237bd0a615df8a0e57bc3d299894abece7b43a0c (diff) | |
download | redot-engine-57d05ffc661a78d0c87c49f86da10fe37f01180b.tar.gz |
Improve the top docs sections of VFX classes
Diffstat (limited to 'doc/classes/FogVolume.xml')
-rw-r--r-- | doc/classes/FogVolume.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FogVolume.xml b/doc/classes/FogVolume.xml index 66aeb580c2..538411016e 100644 --- a/doc/classes/FogVolume.xml +++ b/doc/classes/FogVolume.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="FogVolume" inherits="VisualInstance3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - A node used to add local fog with the volumetric fog effect. + A region that contributes to the default volumetric fog from the world environment. </brief_description> <description> [FogVolume]s are used to add localized fog into the global volumetric fog effect. [FogVolume]s can also remove volumetric fog from specific areas if using a [FogMaterial] with a negative [member FogMaterial.density]. |