1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #37722 from reduz/implement-softshadows

Support light size and soft shadows
This commit is contained in:
Rémi Verschelde
2020-04-10 10:24:57 +02:00
committed by GitHub
12 changed files with 520 additions and 54 deletions

View File

@@ -382,6 +382,7 @@ public:
LIGHT_PARAM_INDIRECT_ENERGY,
LIGHT_PARAM_SPECULAR,
LIGHT_PARAM_RANGE,
LIGHT_PARAM_SIZE,
LIGHT_PARAM_ATTENUATION,
LIGHT_PARAM_SPOT_ANGLE,
LIGHT_PARAM_SPOT_ATTENUATION,