summaryrefslogtreecommitdiff
path: root/doc/classes/LightmapGI.xml
AgeCommit message (Collapse)Author
2022-07-05Fix small typo in LightmapGI class referenceJadon Orr
2022-06-13Document LightmapGI, LightmapGIData and LightmapProbeHugo Locurcio
This documents those 3 classes with 100% completion, while also documenting the relevant project settings.
2022-02-15Add an XML schema for documentationHugo Locurcio
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.
2021-11-14Improve documentation related to global illuminationHugo Locurcio
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-06-05Rename GI Classesreduz
* GIProbe is now VoxelGI * BakedLightmap is now LightmapGI As godot adds more ways to provide GI (as an example, SDFGI in 4.0), the different techniques (which have different pros/cons) need to be properly named to avoid confusion.