summaryrefslogtreecommitdiff
path: root/servers/rendering/dummy/environment/gi.h
AgeCommit message (Collapse)Author
2022-07-25Code quality: Fix header guards consistencyRĂ©mi Verschelde
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
2022-07-06Remove unused anisotropy setter/getter methods in VoxelGIHugo Locurcio
These methods weren't exposed to the scripting API. Anisotropy was used in earlier iterations of VoxelGI, but it was removed as it was too expensive.
2022-06-22Split GI effects and fix stereoscopic rendering of GI effectsBastiaan Olij