summaryrefslogtreecommitdiffstats
path: root/doc/classes/FogVolume.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
|
* Improve the top docs sections of VFX classesMewPurPur2023-08-111-1/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and ↵Marius Hanl2023-01-311-5/+5
| | | | | | | | | | | GPUParticles*3D - Extents are replaced by Size (Size is Extents * 2) - The UI text displays 'Size' - Snapping is adjusted to work with Size - _set and _get handle extents for compatibility Co-authored-by: ator-dev <dominic.codedeveloper@gmail.com>
* Improve volumetric fog and FogVolume documentationHugo Locurcio2022-09-151-4/+5
|
* Add Cone and Cylinder shapes to FogVolumeHugo Locurcio2022-05-251-3/+4
| | | | | | This complements the existing Ellipsoid and Box local fog shapes. This can be used to represent a light cone coming from a SpotLight.
* Document how to fix thin FogVolumes flickering when the camera movesHugo Locurcio2022-02-271-0/+1
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-0/+23
Co-authored-by: Brian Semrau <brian.semrau@gmail.com>