1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Add sky_only setting to DirectionalLight3Ds

This commit is contained in:
clayjohn
2020-10-21 23:22:53 -07:00
parent c3964b6c83
commit 6299575250
15 changed files with 106 additions and 24 deletions

View File

@@ -351,6 +351,7 @@ public:
float spot_angle;
float spot_attenuation;
bool has_shadow;
bool sky_only;
};
Vector<LightCache> light_cache;