summaryrefslogtreecommitdiffstats
path: root/doc/classes/FogVolume.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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>